IsInContext: Boolean;
IsInContext: boolean;
The IsInContext property returns whether the workbook is registered in a context.
Available values:
True. The workbook is registered in the context. To disable the context use the ILanerContext.Unregister method.
False. The workbook is not registered in the context. Use the ILanerContext.Register method for registration.
The property use is given in the example for ILanerContext.DataLoadStartDate.
See also: