C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableCellCollection Class
Properties Methods


TableCellCollection Class Members

The following tables list the members exposed by TableCellCollection.

Public Properties
 NameDescription
Public PropertyGets the TableCell at the intersection of the specified row and column. This property always returns a non-nullTableCell object.  
Public PropertyGets the RenderTable containing the current collection of cells.  
Top
Protected Properties
 NameDescription
Protected PropertyGets the List used internally to store the elements of the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList)
Top
Public Methods
 NameDescription
Public MethodAssigns (copies) properties from another TableCellCollection to the current object.  
Public MethodClears the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList)
Public MethodReturns the TableCell object at the specified row and column in the containing RenderTable, or null if that object has not been initialized.  
Public MethodGets the bounds of the initialized cells area. The returned System.Drawing.Size structure's System.Drawing.Size.Width contains the column index of the rightmost initialized cell + 1, while System.Drawing.Size.Height contains the row index of the bottommost initialized cell + 1.  
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)
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