Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellStyleCommand Class / CellStyleCommand Constructor


In This Topic
    CellStyleCommand Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal workbook As IWorkbook, _
       ByVal styleName As String, _
       ByVal styleFormat As StyleFormat, _
       ByVal newStyleName As String, _
       ByVal includeStyle As CellStyleCommand.IncludeStyle _
    )
    'Usage
     
    
    Dim workbook As IWorkbook
    Dim styleName As String
    Dim styleFormat As StyleFormat
    Dim newStyleName As String
    Dim includeStyle As CellStyleCommand.IncludeStyle
     
    Dim instance As New CellStyleCommand(workbook, styleName, styleFormat, newStyleName, includeStyle)

    Parameters

    workbook
    styleName
    styleFormat
    newStyleName
    includeStyle
    See Also