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)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | Start row index. |
endRow | Int32 | End row index. |
startColumn | Int32 | Start column index. |
endColumn | Int32 | End column index. |
Remarks
This method is generally used to adjust display size in ppt file or doc file.
See Also
- class WorksheetCollection
- namespace Aspose.Cells
- assembly Aspose.Cells