Range.GetCellOrNull

Range.GetCellOrNull method

Gets Cell object or null in this range.

public Cell GetCellOrNull(int rowOffset, int columnOffset)
ParameterTypeDescription
rowOffsetInt32Row offset in this range, zero based.
columnOffsetInt32Column offset in this range, zero based.

Return Value

Cell object.

See Also