CreateNewTableStyle Method
Creates a new table style.
'Declaration
Public Shared Function CreateNewTableStyle( _
ByVal As Form, _
ByRef As Boolean _
) As TableStyle
'Usage
Dim tableStyleEditorForm As Form
Dim isDefaultStyle As Boolean
Dim value As TableStyle
value = TableUtils.CreateNewTableStyle(tableStyleEditorForm, isDefaultStyle)
Parameters
- tableStyleEditorForm
- Table Style Editor Form
- isDefaultStyle
- Whether the style is default
Return Value