Spread WinForms 15
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

Property Value

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