[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.TableRenderer.Item

this Property

this[int, int]

Gets a regular table cell at the specified rowIndex and columnIndex.

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

Declaration
public TableCell this[int rowIndex, int columnIndex] { get; }
Public ReadOnly Default Property Item(rowIndex As Integer, columnIndex As Integer) As TableCell
Parameters
Type Name Description
int rowIndex
int columnIndex