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

In This Topic
Cols Property
In This Topic
Gets the collection of columns of the current RenderTable. Getting a column with an arbitrary index on this collection always returns a TableCol object, initializing it if necessary.
Syntax
'Declaration
 
Public ReadOnly Property Cols As TableColCollection
 
See Also