Skip to main content

TdxSpreadSheetTableViewOptionsPrintHeaderFooterText.LeftSection Property

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

Declaration

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