LeftAlignedText Field

Office Open XML

Get/set the text to appear on the left hand side of the header (or footer) on the worksheet.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public string LeftAlignedText
Visual Basic (Declaration)
Public LeftAlignedText As String
Visual C++
public:
String^ LeftAlignedText

See Also