SheetProperties.SyncHorizontal Property

Synch Horizontal.Represents the attribte in schema: syncHorizontal

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

Syntax

'Declaration
<SchemaAttrAttribute(, "syncHorizontal")> _
Public Property SyncHorizontal As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetProperties
Dim value As BooleanValue

value = instance.SyncHorizontal

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetProperties Class

SheetProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace