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
)
Public Sub SetOleSize (
firstRow As Integer,
firstColumn As Integer,
lastRow As Integer,
lastColumn As Integer
)
public:
void SetOleSize(
int firstRow,
int firstColumn,
int lastRow,
int lastColumn
)
member SetOleSize :
firstRow : int *
firstColumn : int *
lastRow : int *
lastColumn : int -> unit
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