Class ConditionalFormat
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class ConditionalFormat : EJTagHelper
Constructors
ConditionalFormat()
Declaration
public ConditionalFormat()
Properties
CFColor
Specifies Conditional formatting Highlight Color.
Declaration
[HtmlAttributeName("cFColor")]
public CFColor CFColor { get; set; }
Property Value
Type | Description |
---|---|
CFColor | The default value is CFColor.RedFT |
Format
Specifies format.
Declaration
[HtmlAttributeName("format")]
public SpreadsheetFormat Format { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetFormat | The default value is null |
Range
Specifies Conditional formatting range.
Declaration
[HtmlAttributeName("range")]
public string Range { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Type
Specifies Conditional formatting Type.
Declaration
[HtmlAttributeName("type")]
public ConditionalFormatType Type { get; set; }
Property Value
Type | Description |
---|---|
ConditionalFormatType |
Value
Specifies Conditional formatting Value.
Declaration
[HtmlAttributeName("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |