A Sandcastle Documented Class Library
Alignment Property
Namespaces ► Yogesh.ExcelXml ► Styles ► Alignment
Gets or sets cell alignment options

C# | Visual Basic | Visual C++ |
public IAlignmentOptions Alignment { get; set; }
Public Property Alignment As IAlignmentOptions
public: virtual property IAlignmentOptions^ Alignment { IAlignmentOptions^ get () sealed; void set (IAlignmentOptions^ value) sealed; }