TableStyleEditorForm Method
Creates an Editor form to create new or modify table styles in Spread.
'Declaration
Public Shared Function TableStyleEditorForm( _
ByVal 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