Aspose::Cells::Worksheet::SelectRange method

Worksheet::SelectRange method

Selects a range.

void Aspose::Cells::Worksheet::SelectRange(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns, bool removeOthers)
ParameterTypeDescription
startRowint32_tThe start row.
startColumnint32_tThe start column
totalRowsint32_tThe number of rows.
totalColumnsint32_tThe number of columns
removeOthersboolTrue means removing other selected range and only select this range.

See Also