
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.
[C#]
public DialogResult TableFormatDialog();
[Visual Basic]
Public Function TableFormatDialog() As DialogResult
If the dialog has been left with the Cancel button the return value is DialogResult.Cancel. Otherwise, it is DialogResult.OK.