API Reference
Enum
ExcelConditionalFormattingOperator
Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.
Inheritance
- Enum
- ExcelConditionalFormattingOperator
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field ExcelConditionalFormattingOperator.BeginsWith
- Field ExcelConditionalFormattingOperator.Between
- Field ExcelConditionalFormattingOperator.ContainsText
- Field ExcelConditionalFormattingOperator.EndsWith
- Field ExcelConditionalFormattingOperator.Equal
- Field ExcelConditionalFormattingOperator.GreaterThan
- Field ExcelConditionalFormattingOperator.GreaterThanOrEqual
- Field ExcelConditionalFormattingOperator.LessThan
- Field ExcelConditionalFormattingOperator.LessThanOrEqual
- Field ExcelConditionalFormattingOperator.NotBetween
- Field ExcelConditionalFormattingOperator.NotContains
- Field ExcelConditionalFormattingOperator.NotEqual
Accepted by parameters
- Method ExcelRangeConditionalFormattingBuilder.CellIs
- Method ExcelRangeConditionalFormattingBuilder.CellIs
- Method ExcelRangeConditionalFormattingBuilder.CellIs
- Method ExcelSheet.AddConditionalRule
- Method ExcelSheet.AddConditionalRule
- Method ExcelSheet.AddConditionalRule
- Method ExcelSheet.AddConditionalRule
- Method ExcelSheet.AddConditionalRule
- Method ExcelSheet.AddPivotConditionalRule
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const ExcelConditionalFormattingOperator LessThan #Represents the Open XML value lessThan.
Value:
0public const ExcelConditionalFormattingOperator LessThanOrEqual #Represents the Open XML value lessThanOrEqual.
Value:
1public const ExcelConditionalFormattingOperator NotEqual #Represents the Open XML value notEqual.
Value:
3public const ExcelConditionalFormattingOperator GreaterThanOrEqual #Represents the Open XML value greaterThanOrEqual.
Value:
4public const ExcelConditionalFormattingOperator GreaterThan #Represents the Open XML value greaterThan.
Value:
5public const ExcelConditionalFormattingOperator Between #Represents the Open XML value between.
Value:
6public const ExcelConditionalFormattingOperator NotBetween #Represents the Open XML value notBetween.
Value:
7public const ExcelConditionalFormattingOperator ContainsText #Represents the Open XML value containsText.
Value:
8public const ExcelConditionalFormattingOperator NotContains #Represents the Open XML value notContains.
Value:
9public const ExcelConditionalFormattingOperator BeginsWith #Represents the Open XML value beginsWith.
Value:
10public const ExcelConditionalFormattingOperator EndsWith #Represents the Open XML value endsWith.
Value:
11