Invokes the built-in dialog box for setting formatting attributes of tables. The TableCollection.GetItem method can be used to test whether a table is selected or not.

TableFormatDialog()

public DialogResult TableFormatDialog();
Public Function TableFormatDialog() As DialogResult

TableFormatDialog(Int)

public DialogResult TableFormatDialog(int activeTab);
Public Function TableFormatDialog(activeTab as Integer) As DialogResult

Parameters

Parameter Description
activeTab 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.

Return Value

If the dialog has been left with the Cancel button the return value is DialogResult.Cancel. Otherwise, it is DialogResult.OK.