[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheet.Rows

Rows Method

Rows(int)

Returns a DDRow instance for the specified row number.

Declaration
public DDRow Rows(int iRow)
Parameters
Type Name Description
int iRow

The row number that the returned DDRow will represent (zero-based).

Returns
Type Description
DDRow

A DDRow instance that representing the specified row number.