Cells.CheckRow

Cells.CheckRow method

Gets the Row element or null at the specified cell row index.

public Row CheckRow(int row)
ParameterTypeDescription
rowInt32Row index

Return Value

Returns Row object If the row object does exist, otherwise returns null.

See Also