Spread Windows Forms 8.0 Product Documentation
DuplicateTableStyle Method


Table Style Editor Form
Whether the style is default
Syntax
'Declaration
 
Public Shared Function DuplicateTableStyle( _
   ByVal tableStyleEditorForm As Form, _
   ByVal styleName As String, _
   ByRef isDefaultStyle As Boolean _
) As TableStyle
'Usage
 
Dim tableStyleEditorForm As Form
Dim styleName As String
Dim isDefaultStyle As Boolean
Dim value As TableStyle
 
value = TableUtils.DuplicateTableStyle(tableStyleEditorForm, styleName, isDefaultStyle)
public static TableStyle DuplicateTableStyle( 
   Form tableStyleEditorForm,
   string styleName,
   ref bool isDefaultStyle
)

Parameters

tableStyleEditorForm
Table Style Editor Form
styleName
isDefaultStyle
Whether the style is default
Requirements

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

See Also

Reference

TableUtils Class
TableUtils Members

 

 


Copyright © GrapeCity, inc. All rights reserved.