Class TableRowAdv
Represents the TableRowAdv 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 TableRowAdv : BaseNode
Constructors
TableRowAdv()
Initializes a new instance of the TableRowAdv class.
Declaration
public TableRowAdv()
Properties
Cells
Gets the List of TableCellAdv from the TableRowAdv.
Declaration
public List<TableCellAdv> Cells { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TableCellAdv> | The List of TableCellAdv from the TableRowAdv. |
GridAfter
Gets or sets the grid after.
Declaration
public int GridAfter { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The grid after. |
GridAfterWidth
Gets or sets the width of the grid after.
Declaration
public double GridAfterWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the grid after. |
GridBefore
Gets or sets the grid before.
Declaration
public int GridBefore { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The grid before. |
GridBeforeWidth
Gets or sets the width of the grid before.
Declaration
public double GridBeforeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the grid before. |
RowFormat
Gets or Sets the row format.
Declaration
public RowFormat RowFormat { get; set; }
Property Value
Type | Description |
---|---|
RowFormat |