Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableStyleCommand Class / TableStyleCommand Constructor / TableStyleCommand Constructor(Workbook,String)


In This Topic
TableStyleCommand Constructor(Workbook,String)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal workbook As Workbook, _
   ByVal tableStyleName As String _
)
 
'Usage
 
Dim workbook As Workbook
Dim tableStyleName As String
 
Dim instance As New TableStyleCommand(workbook, tableStyleName)

Parameters

workbook
tableStyleName
See Also