Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / AppliesTo Property


In This Topic
    AppliesTo Property
    In This Topic
    Returns a IRange object specifying the cell range to which the formatting rule is applied.
    Syntax
    'Declaration
     
    
    ReadOnly Property AppliesTo As IRange
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim value As IRange
     
    value = instance.AppliesTo
    IRange AppliesTo {get;}

    Property Value

    A IRange object specifying the cell range to which the formatting rule is applied.
    See Also