Spread Windows Forms 12.0 Product Documentation
FormatConditions Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : FormatConditions Property
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
IFormatConditions FormatConditions {get;}

Property Value

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

Reference

IRange Interface
IRange Members