GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAboveAverage Interface / AppliesTo Property


In This Topic
AppliesTo Property (IAboveAverage)
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 IAboveAverage
Dim value As IRange
 
value = instance.AppliesTo

Property Value

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