Range.FormatConditions Property
Returns a FormatConditions collection that represents all the conditional formats for the specified range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property FormatConditions As FormatConditions
Get
'Usage
Dim instance As Range
Dim value As FormatConditions
value = instance.FormatConditions
FormatConditions FormatConditions { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.FormatConditions