Version

TableNode Class Members

The following tables list the members exposed by TableNode.

Public Constructors
 NameDescription
Public ConstructorTableNode ConstructorConstructor. Initializes a new instance of TableNode.  
Public Properties
 NameDescription
Public PropertyChildNodesGets or sets the child nodes collection. Default value of the property is null. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyCustomAttributesUsed to store custom attributes on the node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyDocumentGets the associated document. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyGridGets or sets a TableSettings object used for specifying table settings. Default value is null.  
Public PropertyHasChildNodesReturns 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)
Public PropertyHasCustomAttributesReturns true if the CustomAttributes property is set to a non-null instance with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyIdGets or sets the id. Default value is null. Id is used to identify a node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyParentGets the parent node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyRowsGets the readonly collection of rows.  
Public PropertySettingsGets or sets a TableSettings object used for specifying table settings. Default value is null.  
Public PropertyStyleIdGets or sets the id of table style that is to be applied to the table. Default value is null.  
Public PropertyTypeOverridden. Gets the value indicating the type of node the instance represents.  
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