Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableUtils Class / TableStyleEditorForm Method
Spread to add new TableStyle to


In This Topic
TableStyleEditorForm Method
In This Topic
Creates an Editor form to create new or modify table styles in Spread.
Syntax
'Declaration
 
Public Shared Function TableStyleEditorForm( _
   ByVal fpSpread As FpSpread _
) As Form
 
'Usage
 
Dim fpSpread As FpSpread
Dim value As Form
 
value = TableUtils.TableStyleEditorForm(fpSpread)

Parameters

fpSpread
Spread to add new TableStyle to
See Also