Pane.VerticalSplit Property

Vertical Split Position.Represents the attribte in schema: ySplit

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

Syntax

'Declaration
<SchemaAttrAttribute(, "ySplit")> _
Public Property VerticalSplit As DoubleValue
    Get
    Set
'Usage
Dim instance As Pane
Dim value As DoubleValue

value = instance.VerticalSplit

instance.VerticalSplit = value
[SchemaAttrAttribute(, "ySplit")]
public DoubleValue VerticalSplit { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

Pane Class

Pane Members

DocumentFormat.OpenXml.Spreadsheet Namespace