Class TableAdv
Represents the TableAdv class.
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.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public class TableAdv : BlockAdv
Constructors
TableAdv()
Initializes a new instance of the TableAdv class.
Declaration
public TableAdv()
Properties
Description
Gets or Sets the description of the TableAdv.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rows
Gets the TableRows collection of the TableAdv.
Declaration
public List<TableRowAdv> Rows { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TableRowAdv> |
TableFormat
Gets or sets the TableFormat of the TableAdv.
Declaration
public TableFormat TableFormat { get; set; }
Property Value
Type | Description |
---|---|
TableFormat |
Title
Gets or Sets the title of the TableAdv.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |