RightAlignedText Field

Office Open XML

Get/set the text to appear on the right 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 RightAlignedText
Visual Basic (Declaration)
Public RightAlignedText As String
Visual C++
public:
String^ RightAlignedText

See Also