Class DataContainer
Inheritance
System.Object
DataContainer
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 DataContainer
Constructors
DataContainer()
Declaration
public DataContainer()
Properties
CellType
Declaration
[JsonProperty("cellType")]
public List<string> CellType { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
CFormatData
Declaration
[JsonProperty("cFormatData")]
public List<string> CFormatData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
customCellStyle
Declaration
[JsonProperty("customCellStyle")]
public Dictionary<string, object> customCellStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
HashCode
Declaration
[JsonProperty("hashCode")]
public List<string> HashCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
SharedData
Declaration
[JsonProperty("sharedData")]
public List<string> SharedData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
SheetCellType
Declaration
[JsonProperty("sheetCellType")]
public Dictionary<string, object> SheetCellType { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Sheets
Declaration
[JsonProperty("sheets")]
public object Sheets { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ValData
Declaration
[JsonProperty("valData")]
public List<string> ValData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |