DuplicateTableStyle Method
Duplicate a table style.
'Declaration
Public Shared Function DuplicateTableStyle( _
ByVal As Form, _
ByVal As String, _
ByRef As Boolean _
) As TableStyle
'Usage
Dim tableStyleEditorForm As Form
Dim styleName As String
Dim isDefaultStyle As Boolean
Dim value As TableStyle
value = TableUtils.DuplicateTableStyle(tableStyleEditorForm, styleName, isDefaultStyle)
Parameters
- tableStyleEditorForm
- Table Style Editor Form
- styleName
- Name of style to edit
- isDefaultStyle
- Whether the style is default
Return Value