C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / TableVectorCollection Class


TableVectorCollection Class Methods

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

Public Methods
 NameDescription
Public MethodClears the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList)
Public MethodOverloaded. Deletes a range of rows or columns from the containing RenderTable.  
Public MethodReturns 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 GetVectorSize for details).  
Public MethodReturns 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 GetVectorSize for details).  
Public MethodReturns 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).  
Public MethodReturns 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 GetVectorSize for details).  
Public MethodReturns 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 GetVectorSize for details).  
Public MethodReturns the index of the specified object in the current C1.C1Preview.Util.FastList. (Performs a fast search using the C1.C1Preview.Util.FastList.FindObjectIndex method.) (Inherited from C1.C1Preview.Util.FastList)
Public MethodOverloaded. Inserts a range of rows or columns into the containing RenderTable.  
Top
Protected Methods
 NameDescription
Protected MethodAdds an object implementing the System.IComparable interface to the current list. (Inherited from C1.C1Preview.Util.FastList)
Protected MethodPerforms a fast search for the specified object within the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList)
Protected MethodRemoves the specified element from the current list. (Inherited from C1.C1Preview.Util.FastList)
Protected MethodRemoves the element at the specified index from the current list. (Inherited from C1.C1Preview.Util.FastList)
Top
See Also