







How the text is aligned
Namespace:
OfficeOpenXml.Drawing
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public eTextAlignment TextAlignment { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TextAlignment As eTextAlignment |
Visual C++ |
---|
public: property eTextAlignment TextAlignment { eTextAlignment get (); void set (eTextAlignment value); } |