Share via


ConditionValue.Type Property

Returns one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Type As XlConditionValueTypes
    Get
'Usage
Dim instance As ConditionValue
Dim value As XlConditionValueTypes

value = instance.Type
XlConditionValueTypes Type { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlConditionValueTypes
XlConditionValueTypes

See Also

Reference

ConditionValue Interface

ConditionValue Members

Microsoft.Office.Interop.Excel Namespace