C1.C1Preview Namespace : TableRowCollection Class |
For a list of all members of this type, see TableRowCollection members.
Name | Description | |
---|---|---|
Delete | Overloaded. Deletes a range of rows or columns from the containing RenderTable. (Inherited from C1.C1Preview.TableVectorCollection) | |
FindRow | Returns the TableRow with the specified index (the TableVector.Ordinal of the row), or null if that TableRow object has not been initialized. | |
GetVectorCanSplit | Returns the value of the TableVector.CanSplit property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in TableVectorCollection.GetVectorSize for details). (Inherited from C1.C1Preview.TableVectorCollection) | |
GetVectorPageBreakBehavior | Returns the value of the TableVector.PageBreakBehavior property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in TableVectorCollection.GetVectorSize for details). (Inherited from C1.C1Preview.TableVectorCollection) | |
GetVectorSize | Returns the size (height for rows, width for columns) of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized (see remarks for details). (Inherited from C1.C1Preview.TableVectorCollection) | |
GetVectorSizingMode | Returns the effective TableSizingModeEnum of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in TableVectorCollection.GetVectorSize for details). (Inherited from C1.C1Preview.TableVectorCollection) | |
GetVectorVisible | Returns the value of the TableVector.Visible property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in TableVectorCollection.GetVectorSize for details). (Inherited from C1.C1Preview.TableVectorCollection) | |
Insert | Overloaded. Inserts a range of rows or columns into the containing RenderTable. (Inherited from C1.C1Preview.TableVectorCollection) |