Aspose::Cells::Cells::EndCellInRow method

Cells::EndCellInRow(int32_t) method

Gets the last cell in this row.

Cell Aspose::Cells::Cells::EndCellInRow(int32_t rowIndex)
ParameterTypeDescription
rowIndexint32_tRow index.

ReturnValue

Cell object.

See Also

Cells::EndCellInRow(int32_t, int32_t, int32_t, int32_t) method

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

Cell Aspose::Cells::Cells::EndCellInRow(int32_t startRow, int32_t endRow, int32_t startColumn, int32_t endColumn)
ParameterTypeDescription
startRowint32_tStart row index.
endRowint32_tEnd row index.
startColumnint32_tStart column index.
endColumnint32_tEnd column index.

ReturnValue

Cell object.

See Also