FooterRight property

Microsoft Visio Developer Reference

FooterRight property

   Example   

Contains the text string that appears in the right portion of a document's footer.

Version added

2002

Syntax

strRet = object.FooterRight
object.FooterRight = stringExpression

strRet

String. The text in the right portion of the footer.

object

Required. An expression that returns a Document object.

stringExpression

Required String. New text for the right portion of the footer.

Remarks

You can also set this value in the Right box under Footer in the Header and Footer dialog box (on the View menu, click Header and Footer).

Both strRet and strExpression can contain escape codes that represent data. These escape codes can be concatenated with other text. For a list of valid escape codes you can use with the FooterRight property, see the FooterLeft property.