The following tables list the members exposed by TableNode.
Name | Description | |
---|---|---|
TableNode Constructor | Constructor. Initializes a new instance of TableNode. |
Name | Description | |
---|---|---|
ChildNodes | Gets or sets the child nodes collection. Default value of the property is null. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
CustomAttributes | Used to store custom attributes on the node. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
Document | Gets the associated document. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
Grid | Gets or sets a TableSettings object used for specifying table settings. Default value is null. | |
HasChildNodes | Returns true if the ChildNodes property is set to a non-null instance of NodeCollection with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
HasCustomAttributes | Returns true if the CustomAttributes property is set to a non-null instance with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
Id | Gets or sets the id. Default value is null. Id is used to identify a node. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Parent | Gets the parent node. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
Rows | Gets the readonly collection of rows. | |
Settings | Gets or sets a TableSettings object used for specifying table settings. Default value is null. | |
StyleId | Gets or sets the id of table style that is to be applied to the table. Default value is null. | |
Type | Overridden. Gets the value indicating the type of node the instance represents. |
Name | Description | |
---|---|---|
Accept | Overloaded. Overridden. Executes a visitor's functionality on this node's type. | |
Clone | Overloaded. Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
CreateNewRow | Creates a new row with cells. | |
GetAncestorNode<TNode> | If this node is TNode type and returns self otherwise gets the ancestor node of TNode type. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
GetCell | Gets the cell associated with the specified row index and column index within the row. | |
GetCellsInColumn | Gets cells in a column. | |
GetCellsInColumns | Gets the cells in the specified columns. | |
GetCellsInRow | Gets cells in a row. | |
GetCellsInRows | Gets cells in the specified rows. | |
GetColumnCount | Gets the maximum column count across all the rows. | |
GetDocumentOffset | Gets the offset of the node within the document. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
GetDocumentSpan | Gets the document span of the node. (Inherited from Infragistics.Documents.RichText.NodeBase) | |
GetRow | Gets the row associated with the specified rowIndex. | |
GetRowCount | Gets the row count. | |
Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |