WorksheetCollection.SetOleSize

WorksheetCollection.SetOleSize method

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

public void SetOleSize(int startRow, int endRow, int startColumn, int endColumn)
ParameterTypeDescription
startRowInt32Start row index.
endRowInt32End row index.
startColumnInt32Start column index.
endColumnInt32End column index.

Remarks

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

See Also