Spread Windows Forms 12.0 Product Documentation
ModifyTableStyle Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableUtils Class : ModifyTableStyle Method
Table Style Editor Form
Table style to edit
Whether the style is default
Modifies a table style.
Syntax
'Declaration
 
Public Shared Function ModifyTableStyle( _
   ByVal tableStyleEditorForm As Form, _
   ByVal tbStyle As TableStyle, _
   ByRef isDefaultStyle As Boolean _
) As TableStyle
'Usage
 
Dim tableStyleEditorForm As Form
Dim tbStyle As TableStyle
Dim isDefaultStyle As Boolean
Dim value As TableStyle
 
value = TableUtils.ModifyTableStyle(tableStyleEditorForm, tbStyle, isDefaultStyle)
public static TableStyle ModifyTableStyle( 
   Form tableStyleEditorForm,
   TableStyle tbStyle,
   ref bool isDefaultStyle
)

Parameters

tableStyleEditorForm
Table Style Editor Form
tbStyle
Table style to edit
isDefaultStyle
Whether the style is default

Return Value

A TableStyle object.
See Also

Reference

TableUtils Class
TableUtils Members