Invokes the built-in dialog box for setting formatting attributes of tables. The Table
public DialogResult TableFormatDialog();
Public Function TableFormatDialog() As DialogResult
public DialogResult TableFormatDialog(int activeTab);
Public Function TableFormatDialog(activeTab as Integer) As DialogResult
Parameter | Description |
---|---|
active |
Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened. If this parameter is 0, the dialog box shows the tab for setting frame lines, color and distances, and if this parameter is 1, the dialog box shows the tab for setting vertical size and alignment and if this parameter is 2, the dialog box shows the tab for setting formulas and numberformats. |
If the dialog has been left with the Cancel button the return value is Dialog