Skip to main content

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

TdxSpreadSheetTableViewOptionsPrintHeaderFooterText.LeftSection Property

Specifies a text string in the left-aligned section of a worksheet printout page’s header or footer.

#Declaration

Delphi
property LeftSection: string index 0 read; write;

#Property Value

Type
string

#Remarks

Use this property to add, modify, or remove a text string that the left-aligned section of a page header or footer displays.

To add or customize the content in the centered and right-aligned sections within the same header or footer, use the CenterSection and RightSection properties. You can insert the &P, &N, &D, &T, and &A escape sequences to display the current page number, the total page count, the current date, time, and the source worksheet’s name as a part of your inscription, respectively. Type the ampersand (&) character twice to show it in text.

Call the Reset procedure to remove all inscriptions from a single printout page header or footer.

The default LeftSection property value is an empty string.

See Also