Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / StyleActionsCommand Class / StyleActionsCommand Constructor
The worksheet which this command attached to.


In This Topic
    StyleActionsCommand Constructor
    In This Topic
    Initializes a new instance of the StyleActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal parameter As Object, _
       ByVal worksheet As IWorksheet, _
       ByVal formatOption As FormatOption _
    )
    'Usage
     
    
    Dim parameter As Object
    Dim worksheet As IWorksheet
    Dim formatOption As FormatOption
     
    Dim instance As New StyleActionsCommand(parameter, worksheet, formatOption)
    public StyleActionsCommand( 
       object parameter,
       IWorksheet worksheet,
       FormatOption formatOption
    )

    Parameters

    parameter
    worksheet
    The worksheet which this command attached to.
    formatOption
    See Also