C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableCol Class / Item Property
The index of the cell in the current column (i.e. the row index).

In This Topic
Item Property (TableCol)
In This Topic
Gets the TableCell at the specified row index. This property always returns a non-nullTableCell object.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal row As Integer _
) As TableCell
 

Parameters

row
The index of the cell in the current column (i.e. the row index).

Property Value

The cell at the specified index.
See Also