ITabCellFormatDlg

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;.

Description

Properties and methods of the ITabCellFormatDlg interface are used to work with the formatting dialog box.

Inheritance hierarchy

          ITabCellFormatDlg

Comments

To work with table cell style, use the ITabCellStyle interface properties.

Properties

  Property name Brief description
ActivePage The ActivePage property determines active page of the formatting dialog box.
Style The Style property selects the style, which settings are shown in the formatting dialog box.

Methods

  Method name Brief description
DisableItem The DisableItem method blocks settings of a specified elements so that they cannot be configured in the formatting dialog box.
EnableItem The EnableItem method unblocks whether settings of a specified element can be blocked on processing the formatting dialog box.
ExcludePage The ExcludePage method excludes selected page from the list of pages shown in the formatting dialog box.
IncludePage The IncludePage method includes selected page into the list of pages shown in the formatting dialog box.
Show The Show method shows formatting dialog box.
ShowDialog The ShowDialog method shows formatting dialog box and returns result with which the dialog box was closed.

See also:

Tab Assembly Interfaces