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

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

Parameters

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

Property Value

The cell at the specified index.
See Also