Version 24.2 (latest)

TableNode Class Methods

For a list of all members of this type, see TableNode members.

Public Methods
 NameDescription
Public MethodAcceptOverloaded. Overridden. Executes a visitor's functionality on this node's type.  
Public MethodCloneOverloaded. Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public MethodCreateNewRowCreates a new row with cells.  
Public MethodGetAncestorNode<TNode>If this node is TNode type and returns self otherwise gets the ancestor node of TNode type. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public MethodGetCellGets the cell associated with the specified row index and column index within the row.  
Public MethodGetCellsInColumnGets cells in a column.  
Public MethodGetCellsInColumnsGets the cells in the specified columns.  
Public MethodGetCellsInRowGets cells in a row.  
Public MethodGetCellsInRowsGets cells in the specified rows.  
Public MethodGetColumnCountGets the maximum column count across all the rows.  
Public MethodGetDocumentOffsetGets the offset of the node within the document. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public MethodGetDocumentSpanGets the document span of the node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public MethodGetRowGets the row associated with the specified rowIndex.  
Public MethodGetRowCountGets the row count.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also