Workbook.OleSize Property

OLE Size.Represents the element tag in schema: x:oleSize

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property OleSize As OleSize
    Get
    Set
'Usage
Dim instance As Workbook
Dim value As OleSize

value = instance.OleSize

instance.OleSize = value
public OleSize OleSize { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.OleSize

See Also

Reference

Workbook Class

Workbook Members

DocumentFormat.OpenXml.Spreadsheet Namespace