CenteredText Field

Office Open XML

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

See Also