Express > Express Assembly Interfaces > IWorkbookConfigurationPanel > IWorkbookConfigurationPanel.Context
Context: WbkConfigurationPanelContext;
The Context property determines context displayed in the component.
Context is a set of tabs of the WorkbookConfigurationPanel component used to configure a part of the workbook.
Executing the example requires a form with the following components:
WorkbookConfigurationPanel named WorkbookConfigurationPanel1.
WorkbookDocumentViewerBox named WorkbookDocumentViewerBox.
UiErAnalyzer named UiErAnalyzer1. This component must contain loaded workbook of the time series database and be the source of data for WorkbookConfigurationPanel1 and WorkbookDocumentViewerBox components.
Sub UserProc;
Begin
WorkbookConfigurationPanel1.Context := WbkConfigurationPanelContext.Factor;
End Sub UserProc;
After executing the example in the WorkbookConfigurationPanel1 component the context for the factor of calculated series will available.
See also: