Aspose::Cells::WorksheetCollection::SwapSheet method

WorksheetCollection::SwapSheet method

Swaps the two sheets.

void Aspose::Cells::WorksheetCollection::SwapSheet(int32_t sheetIndex1, int32_t sheetIndex2)
ParameterTypeDescription
sheetIndex1int32_tThe first worksheet.
sheetIndex2int32_tThe second worksheet.

See Also