Class TableCellAdv
Represents the TableCellAdv 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 TableCellAdv : BaseNode
Constructors
TableCellAdv()
Initializes a new instance of the TableCellAdv class.
Declaration
public TableCellAdv()
Properties
Blocks
Gets the Block Collection of the TableCellAdv.
Declaration
public List<BlockAdv> Blocks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BlockAdv> |
CellFormat
Gets or sets the CellFormat of the TableCellAdv.
Declaration
public CellFormat CellFormat { get; set; }
Property Value
Type | Description |
---|---|
CellFormat |