Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / FormatConditions Property


In This Topic
    FormatConditions Property (IRange)
    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
    IFormatConditions FormatConditions {get;}

    Property Value

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