The TableVectorCollection type exposes the following members.
          
            
Methods
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              Clear | 
                 
            Clears the current FastList.
              (Inherited from FastList.) | 
            
| 
                 | 
              Delete(Int32) | 
                 
            Deletes a row or column from the containing RenderTable.
             
               | 
            
| 
                 | 
              Delete(Int32, Int32) | 
                 
            Deletes a range of rows or columns from the containing RenderTable.
             
               | 
            
| 
                 | 
              GetVectorCanSplit | 
                 
            Returns the value of the 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(Int32) for details).
             
               | 
            
| 
                 | 
              GetVectorPageBreakBehavior | 
                 
            Returns the value of the 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(Int32) for details).
             
               | 
            
| 
                 | 
              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).
             
               | 
            
| 
                 | 
              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 GetVectorSize(Int32) for details).
             
               | 
            
| 
                 | 
              GetVectorVisible | 
                 
            Returns the value of the 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(Int32) for details).
             
               | 
            
| 
                 | 
              IndexOf | 
                 
            Returns the index of the specified object in the current FastList.
            (Performs a fast search using the FindObjectIndex(Object, Int32%) method.)
              (Inherited from FastList.) | 
            
| 
                 | 
              Insert(Int32) | 
                 
            Inserts a row or column into the containing RenderTable.
             
               | 
            
| 
                 | 
              Insert(Int32, Int32) | 
                 
            Inserts a range of rows or columns into the containing RenderTable.
             
               |