Spread Windows Forms 9.0 Product Documentation
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

TableUtils Class
TableUtils Members

 

 


Copyright © GrapeCity, inc. All rights reserved.