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.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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