Show contents 

Express > Express Assembly Interfaces > IWorkbookConfigurationPanel > IWorkbookConfigurationPanel.Context

IWorkbookConfigurationPanel.Context

Syntax

Context: WbkConfigurationPanelContext;

Description

The Context property determines context displayed in the component.

Comments

Context is a set of tabs of the WorkbookConfigurationPanel component used to configure a part of the workbook.

Example

Executing the example requires a form with the following 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:

IWorkbookConfigurationPanel