'Declaration
Public Shared Function DuplicateTableStyle( _ ByVal tableStyleEditorForm As Form, _ ByVal styleName As String, _ ByRef isDefaultStyle As Boolean, _ Optional ByVal executeCommand As Boolean _ ) As TableStyle
'Usage
Dim tableStyleEditorForm As Form Dim styleName As String Dim isDefaultStyle As Boolean Dim executeCommand As Boolean Dim value As TableStyle value = TableUtils.DuplicateTableStyle(tableStyleEditorForm, styleName, isDefaultStyle, executeCommand)
public static TableStyle DuplicateTableStyle( Form tableStyleEditorForm, string styleName, ref bool isDefaultStyle, bool executeCommand )
Parameters
- tableStyleEditorForm
- Table Style Editor Form
- styleName
- Name of style to edit
- isDefaultStyle
- Whether the style is default
- executeCommand
Return Value
A TableStyle object.