Click or drag to resize

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()

Return Value

Type: IXLSRange
if there does not set the size ,return null
See Also