Spread Windows Forms 12.0 Product Documentation
AppliesTo Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatCondition Interface : AppliesTo Property
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

Reference

IFormatCondition Interface
IFormatCondition Members