WorkbookView.XWindow Property

Upper Left Corner (X Coordinate).Represents the attribte in schema: xWindow

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

Syntax

'Declaration
<SchemaAttrAttribute(, "xWindow")> _
Public Property XWindow As Int32Value
    Get
    Set
'Usage
Dim instance As WorkbookView
Dim value As Int32Value

value = instance.XWindow

instance.XWindow = value
[SchemaAttrAttribute(, "xWindow")]
public Int32Value XWindow { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

WorkbookView Class

WorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace