[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.IGrid.GetCellAt

GetCellAt Method

GetCellAt(int, int)

Obtains an IGridCell given the row and column numbers.

Declaration
IGridCell GetCellAt(int row, int column)
Parameters
Type Name Description
int row

The row number of the cell.

int column

The column number of the cell.

Returns
Type Description
IGridCell

The IGridCell at the specified row and column.