DifferentialType.Alignment Property

Alignment.Represents the element tag in schema: x:alignment

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Alignment As Alignment
    Get
    Set
'Usage
Dim instance As DifferentialType
Dim value As Alignment

value = instance.Alignment

instance.Alignment = value
public Alignment Alignment { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Alignment

See Also

Reference

DifferentialType Class

DifferentialType Members

DocumentFormat.OpenXml.Office2010.Excel Namespace