Back to Devexpress

WorksheetHeaderFooter.FromLCR(String, String, String) Method

officefileapi-devexpress-dot-spreadsheet-dot-worksheetheaderfooter-dot-fromlcr-x28-system-dot-string-system-dot-string-system-dot-string-x29.md

latest1.7 KB
Original Source

WorksheetHeaderFooter.FromLCR(String, String, String) Method

Specifies the left-aligned, centered and right-aligned text for the header of footer.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void FromLCR(
    string left,
    string center,
    string right
)
vb
Sub FromLCR(
    left As String,
    center As String,
    right As String
)

Parameters

NameTypeDescription
leftString

A string that is the left-aligned text.

| | center | String |

A string that is the centered text.

| | right | String |

A string that is the right-aligned text.

|

Remarks

Use the HeaderFooterCode class properties to insert special symbols and fields, such as date, page number or worksheet name.

See Also

WorksheetHeaderFooter Interface

WorksheetHeaderFooter Members

DevExpress.Spreadsheet Namespace