Document Solutions for Imaging
DS.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
    public TableCell this[ 
       System.int rowIndex,
       System.int columnIndex
    ]; {get;}

    Parameters

    rowIndex
    columnIndex
    See Also