Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

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