Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / ConditionalFormatting Constructor / ConditionalFormatting Constructor(CellRange)
The range.


In This Topic
    ConditionalFormatting Constructor(CellRange)
    In This Topic
    Initializes a new instance of the ConditionalFormatting class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal range As CellRange _
    )
    'Usage
     
    
    Dim range As CellRange
     
    Dim instance As New ConditionalFormatting(range)
    public ConditionalFormatting( 
       CellRange range
    )

    Parameters

    range
    The range.
    See Also