Class ConditionalFormatModel
Inheritance
System.Object
ConditionalFormatModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class ConditionalFormatModel
Constructors
ConditionalFormatModel()
Declaration
public ConditionalFormatModel()
Properties
cFColor
Declaration
public SpreadsheetCFColor cFColor { get; set; }
Property Value
Type |
---|
SpreadsheetCFColor |
Format
Declaration
public CfFormatModel Format { get; set; }
Property Value
Type |
---|
CfFormatModel |
Range
Declaration
public string Range { get; set; }
Property Value
Type |
---|
System.String |
Type
Declaration
public ConditionalFormatType Type { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |