Interface IXLConditionalFormat
public interface IXLConditionalFormat
- Extension Methods
Properties
Bottom
bool Bottom { get; }
Property Value
Colors
XLDictionary<XLColor> Colors { get; }
Property Value
ConditionalFormatType
XLConditionalFormatType ConditionalFormatType { get; }
Property Value
ContentTypes
XLDictionary<XLCFContentType> ContentTypes { get; }
Property Value
IconSetOperators
XLDictionary<XLCFIconSetOperator> IconSetOperators { get; }
Property Value
IconSetStyle
XLIconSetStyle IconSetStyle { get; }
Property Value
Operator
XLCFOperator Operator { get; }
Property Value
Percent
bool Percent { get; }
Property Value
Range
The first of the Ranges.
IXLRange Range { get; set; }
Property Value
Ranges
IXLRanges Ranges { get; }
Property Value
ReverseIconOrder
bool ReverseIconOrder { get; }
Property Value
ShowBarOnly
bool ShowBarOnly { get; }
Property Value
ShowIconOnly
bool ShowIconOnly { get; }
Property Value
StopIfTrue
bool StopIfTrue { get; }
Property Value
Style
IXLStyle Style { get; set; }
Property Value
TimePeriod
XLTimePeriod TimePeriod { get; }
Property Value
Values
XLDictionary<XLFormula> Values { get; }
Property Value
Methods
ColorScale()
IXLCFColorScaleMin ColorScale()
Returns
CopyTo(IXLWorksheet)
IXLConditionalFormat CopyTo(IXLWorksheet targetSheet)
Parameters
targetSheetIXLWorksheet
Returns
DataBar(XLColor, XLColor, bool)
IXLCFDataBarMin DataBar(XLColor positiveColor, XLColor negativeColor, bool showBarOnly = false)
Parameters
Returns
DataBar(XLColor, bool)
IXLCFDataBarMin DataBar(XLColor color, bool showBarOnly = false)
Parameters
Returns
IconSet(XLIconSetStyle, bool, bool)
IXLCFIconSet IconSet(XLIconSetStyle iconSetStyle, bool reverseIconOrder = false, bool showIconOnly = false)
Parameters
iconSetStyleXLIconSetStylereverseIconOrderboolshowIconOnlybool
Returns
SetStopIfTrue()
IXLConditionalFormat SetStopIfTrue()
Returns
SetStopIfTrue(bool)
IXLConditionalFormat SetStopIfTrue(bool value)
Parameters
valuebool
Returns
WhenBetween(double, double)
IXLStyle WhenBetween(double minValue, double maxValue)
Parameters
Returns
WhenBetween(string, string)
IXLStyle WhenBetween(string minValue, string maxValue)
Parameters
Returns
WhenContains(string)
IXLStyle WhenContains(string value)
Parameters
valuestring
Returns
WhenDateIs(XLTimePeriod)
IXLStyle WhenDateIs(XLTimePeriod timePeriod)
Parameters
timePeriodXLTimePeriod
Returns
WhenEndsWith(string)
IXLStyle WhenEndsWith(string value)
Parameters
valuestring
Returns
WhenEqualOrGreaterThan(double)
IXLStyle WhenEqualOrGreaterThan(double value)
Parameters
valuedouble
Returns
WhenEqualOrGreaterThan(string)
IXLStyle WhenEqualOrGreaterThan(string value)
Parameters
valuestring
Returns
WhenEqualOrLessThan(double)
IXLStyle WhenEqualOrLessThan(double value)
Parameters
valuedouble
Returns
WhenEqualOrLessThan(string)
IXLStyle WhenEqualOrLessThan(string value)
Parameters
valuestring
Returns
WhenEquals(double)
IXLStyle WhenEquals(double value)
Parameters
valuedouble
Returns
WhenEquals(string)
IXLStyle WhenEquals(string value)
Parameters
valuestring
Returns
WhenGreaterThan(double)
IXLStyle WhenGreaterThan(double value)
Parameters
valuedouble
Returns
WhenGreaterThan(string)
IXLStyle WhenGreaterThan(string value)
Parameters
valuestring
Returns
WhenIsBlank()
IXLStyle WhenIsBlank()
Returns
WhenIsBottom(int, XLTopBottomType)
IXLStyle WhenIsBottom(int value, XLTopBottomType topBottomType)
Parameters
valueinttopBottomTypeXLTopBottomType
Returns
WhenIsDuplicate()
IXLStyle WhenIsDuplicate()
Returns
WhenIsError()
IXLStyle WhenIsError()
Returns
WhenIsTop(int, XLTopBottomType)
IXLStyle WhenIsTop(int value, XLTopBottomType topBottomType = XLTopBottomType.Items)
Parameters
valueinttopBottomTypeXLTopBottomType
Returns
WhenIsTrue(string)
IXLStyle WhenIsTrue(string formula)
Parameters
formulastring
Returns
WhenIsUnique()
IXLStyle WhenIsUnique()
Returns
WhenLessThan(double)
IXLStyle WhenLessThan(double value)
Parameters
valuedouble
Returns
WhenLessThan(string)
IXLStyle WhenLessThan(string value)
Parameters
valuestring
Returns
WhenNotBetween(double, double)
IXLStyle WhenNotBetween(double minValue, double maxValue)
Parameters
Returns
WhenNotBetween(string, string)
IXLStyle WhenNotBetween(string minValue, string maxValue)
Parameters
Returns
WhenNotBlank()
IXLStyle WhenNotBlank()
Returns
WhenNotContains(string)
IXLStyle WhenNotContains(string value)
Parameters
valuestring
Returns
WhenNotEquals(double)
IXLStyle WhenNotEquals(double value)
Parameters
valuedouble
Returns
WhenNotEquals(string)
IXLStyle WhenNotEquals(string value)
Parameters
valuestring
Returns
WhenNotError()
IXLStyle WhenNotError()
Returns
WhenStartsWith(string)
IXLStyle WhenStartsWith(string value)
Parameters
valuestring