Click or drag to resize

XlsWorkbook OleSize Property

Gets or sets the OleSize property.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange OleSize { get; set; }

Property Value

Type: IXLSRange
The OleSize property as an IXLSRange.

Return Value

Type: IXLSRange
The OleSize property as an IXLSRange.
See Also