NormalViewProperties.SnapVerticalSplitter Property

Snap Vertical Splitter.Represents the attribte in schema: snapVertSplitter

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

Syntax

'Declaration
<SchemaAttrAttribute(, "snapVertSplitter")> _
Public Property SnapVerticalSplitter As BooleanValue
    Get
    Set
'Usage
Dim instance As NormalViewProperties
Dim value As BooleanValue

value = instance.SnapVerticalSplitter

instance.SnapVerticalSplitter = value
[SchemaAttrAttribute(, "snapVertSplitter")]
public BooleanValue SnapVerticalSplitter { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies whether the vertical splitter should snap to a minimized state when the side region is sufficiently small. The specific parameters of this behaviour are left to the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

See Also

Reference

NormalViewProperties Class

NormalViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace