Workbook
GetOleSize Method
|
get 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 IXLSRange GetOleSize()
Public Function GetOleSize As IXLSRange
public:
IXLSRange^ GetOleSize()
member GetOleSize : unit -> IXLSRange
Return Value
Type:
IXLSRange
if there does not set the size ,return null
See Also