[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IConditionValue

Interface IConditionValue

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents how the shortest bar or longest bar is evaluated for a data bar conditional formatting rule.

public interface IConditionValue

Properties

Type

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

ConditionValueTypes Type { get; set; }

Property Value

ConditionValueTypes

Value

Returns or sets the shortest bar or longest bar threshold value for a data bar conditional format (read or write object).

object Value { get; set; }

Property Value

object