DataValidations.YWindow Property
yWindow.Represents the attribte in schema: yWindow
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "yWindow")> _
Public Property YWindow As UInt32Value
Get
Set
'Usage
Dim instance As DataValidations
Dim value As UInt32Value
value = instance.YWindow
instance.YWindow = value
[SchemaAttrAttribute(, "yWindow")]
public UInt32Value YWindow { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value