Class CellInfo
Inheritance
System.Object
CellInfo
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.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CellInfo
Constructors
CellInfo()
Declaration
public CellInfo()
CellInfo(Object, String, String, Int32)
Declaration
public CellInfo(object value2, string value, string numberformat, int styleIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value2 | |
System.String | value | |
System.String | numberformat | |
System.Int32 | styleIndex |
Properties
NumberFormat
Declaration
[JsonProperty("numberFormat")]
public string NumberFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StyleIndex
Declaration
[JsonProperty("styleIndex")]
public int StyleIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value2
Declaration
[JsonProperty("value2")]
public object Value2 { get; set; }
Property Value
Type | Description |
---|---|
System.Object |