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, string value1, string value2 )
Public Function AddCellValueCondition ( operatorType As ComparisonOperatorType, value1 As String, value2 As String ) As IConditionalFormat
public: IConditionalFormat^ AddCellValueCondition( ComparisonOperatorType operatorType, String^ value1, String^ value2 )
member AddCellValueCondition : operatorType : ComparisonOperatorType * value1 : string * value2 : string -> IConditionalFormat