Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableUtils Class / DuplicateTableStyle Method
Table Style Editor Form
Name of style to edit
Whether the style is default


In This Topic
DuplicateTableStyle Method
In This Topic
Duplicate a table style.
Syntax
'Declaration
 
Public Shared Function DuplicateTableStyle( _
   ByVal tableStyleEditorForm As Form, _
   ByVal styleName As String, _
   ByRef isDefaultStyle 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

A TableStyle object.
See Also