Class Table
Inheritance
System.Object
Table
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 Table
Constructors
Table()
Declaration
public Table()
Properties
FirstColumn
Declaration
[JsonProperty("firstColumn")]
public bool FirstColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FormatName
Gets or sets the format name of table.
Declaration
[JsonProperty("formatName")]
public string FormatName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The format name. |
LastColumn
Declaration
[JsonProperty("lastColumn")]
public bool LastColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name of table.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of table. |
Range
Gets or sets the range of table.
Declaration
[JsonProperty("range")]
public List<int> Range { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | The table range. |
ShowHeaderRow
Gets or sets whether the table has shown header row or not.
Declaration
[JsonProperty("showHeaderRow")]
public bool ShowHeaderRow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TotalRow
Declaration
[JsonProperty("totalRow")]
public bool TotalRow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |