GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / FormatConditions Property


In This Topic
FormatConditions Property
In This Topic
Gets all format conditions of this IRange.
Syntax
'Declaration
 
ReadOnly Property FormatConditions As IFormatConditions
 
'Usage
 
Dim instance As IRange
Dim value As IFormatConditions
 
value = instance.FormatConditions

Property Value

An array of Condition represents format conditions of this IRange.
See Also