'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.