Aspose::Cells::Cells::EndCellInColumn method

Cells::EndCellInColumn(int16_t) method

Gets the last cell in this column.

Cell Aspose::Cells::Cells::EndCellInColumn(int16_t columnIndex)
ParameterTypeDescription
columnIndexint16_tColumn index.

ReturnValue

Cell object.

See Also

Cells::EndCellInColumn(int32_t, int32_t, int16_t, int16_t) method

Gets the last cell with maximum column index in this range.

Cell Aspose::Cells::Cells::EndCellInColumn(int32_t startRow, int32_t endRow, int16_t startColumn, int16_t endColumn)
ParameterTypeDescription
startRowint32_tStart row index.
endRowint32_tEnd row index.
startColumnint16_tStart column index.
endColumnint16_tEnd column index.

ReturnValue

Cell object.

See Also