Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ConditionValueType Type { get; set; }
Public Property Type As ConditionValueType
	Get
	Set
public:
virtual property ConditionValueType Type {
	ConditionValueType get () sealed;
	void set (ConditionValueType value) sealed;
}
abstract Type : ConditionValueType with get, set
override Type : ConditionValueType with get, set

Property Value

ConditionValueType

Implements

IConditionValue..::..Type

See Also