Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public IConditionalFormat AddCellValueCondition( ComparisonOperatorType operatorType, double value1, double value2 )
Public Function AddCellValueCondition ( operatorType As ComparisonOperatorType, value1 As Double, value2 As Double ) As IConditionalFormat
public: IConditionalFormat^ AddCellValueCondition( ComparisonOperatorType operatorType, double value1, double value2 )
member AddCellValueCondition : operatorType : ComparisonOperatorType * value1 : float * value2 : float -> IConditionalFormat