Row.GetCellOrNull

Row.GetCellOrNull method

Gets the cell or null in the specific index.

public Cell GetCellOrNull(int column)
ParameterTypeDescription
columnInt32The column index

Return Value

Returns the cell object if the cell exists. Or returns null if the cell object does not exist.

See Also