Click or drag to resize

Workbook SetOleSize Method

set the size of the visible range of cells when this workbook is displyed as an embedded obect in another document;

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetOleSize(
	int firstRow,
	int firstColumn,
	int lastRow,
	int lastColumn
)

Parameters

firstRow
Type: System Int32
the visible range's first row index
firstColumn
Type: System Int32
the visible range's first column index
lastRow
Type: System Int32
the visible range's last row index
lastColumn
Type: System Int32
the visible range's last column index
See Also