Skip to main content

TdxSpreadSheetTableViewOptionsPrintHeaderFooterText.RightSection Property

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

Declaration

property RightSection: string index 2 read; write;

Property Value

Type
string

Remarks

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

To add or customize the content in the centered and left-aligned sections within the same header or footer, use the LeftSection and CenterSection 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 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 RightSection property value is an empty string.

See Also