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; }
Public Property OleSize As IXLSRange
Get
Set
public:
property IXLSRange^ OleSize {
IXLSRange^ get ();
void set (IXLSRange^ value);
}
member OleSize : IXLSRange with get, set
Property Value
Type:
IXLSRange
The OleSize property as an IXLSRange.
Return Value
Type:
IXLSRange
The OleSize property as an IXLSRange.
See Also