Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatConditionalManagerCommand Class / FormatConditionalManagerCommand Constructor


In This Topic
    FormatConditionalManagerCommand Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference, _
       ByVal conditionalFormats() As Tuple(Of Reference(),BuiltInCfRule) _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
    Dim conditionalFormats() As Tuple(Of Reference(),BuiltInCfRule)
     
    Dim instance As New FormatConditionalManagerCommand(worksheet, references, conditionalFormats)

    Parameters

    worksheet
    references
    conditionalFormats
    See Also