Aspose::Cells::WorksheetCollection::SetOleSize method

WorksheetCollection::SetOleSize method

Sets displayed size when Workbook file is used as an Ole object.

void Aspose::Cells::WorksheetCollection::SetOleSize(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.

Remarks

This method is generally used to adjust display size in ppt file or doc file.

See Also