Skip to main content
Row

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void FromLCR(
    string left,
    string center,
    string right
)

Parameters

Name Type Description
left String

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