Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class / Item Property

In This Topic
Item Property (TableRenderer)
In This Topic
Gets a regular table cell at the specified rowIndex and columnIndex.

Background and foreground cells can be obtained with the Cells property.

Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer _
) As TableCell
 

Parameters

rowIndex
columnIndex
See Also