C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderTable Class / Cells Property

In This Topic
Cells Property
In This Topic
Gets the collection of cells of the current RenderTable. Getting a cell with arbitrary row and column indices on this collection always returns a TableCell object, initializing it if necessary.
Syntax
'Declaration
 
Public ReadOnly Property Cells As TableCellCollection
 
See Also