C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class


TableVectorGroupCollection Class Methods

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

Public Methods
 NameDescription
Public MethodAssigns (copies) properties from another TableVectorGroupCollection to the current object.  
Public MethodClears the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList)
Public MethodSearches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.  
Public MethodSearches the current collection for all groups that contain the row or column with the specified index in the containing table, returns the array of all groups that were found.  
Public MethodGets the bound of the current group collection, i.e. the index of the last row or column in the contained groups plus 1.  
Public MethodGets the group of rows or columns which has the TableVectorGroup.ColumnFooter property set to true.  
Public MethodGets the group of rows or columns which has the TableVectorGroup.ColumnHeader property set to true.  
Public MethodGets the group of rows or columns which has the TableVectorGroup.PageFooter property set to true.  
Public MethodGets the group of rows or columns which has the TableVectorGroup.PageHeader property set to true.  
Public MethodReturns the index of the specified object in the current C1.C1Preview.Util.FastList. (Performs a fast search using the FindObjectIndex method.) (Inherited from C1.C1Preview.Util.FastList)
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 MethodInserts the element at the specified index. (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