Aspose::Cells::WorksheetCollection::SetOleSize method

WorksheetCollection::SetOleSize(const Aspose::Cells::Object&) method

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

void Aspose::Cells::WorksheetCollection::SetOleSize(const Aspose::Cells::Object &value)

Remarks

Null means no ole size setting.

See Also

WorksheetCollection::SetOleSize(int32_t, int32_t, int32_t, int32_t) 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