Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellStyleCommand Class / CellStyleCommand Constructor / CellStyleCommand Constructor(IWorkbook,String,StyleFormat,IncludeStyle,String)


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

    Parameters

    workbook
    styleName
    styleFormat
    includeStyle
    newStyleName
    See Also