Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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