Share via


PageSetup.RightFooter Property

Returns or sets the right part of the footer.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property RightFooter As String
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As String

value = instance.RightFooter

instance.RightFooter = value
string RightFooter { get; set; }

Property Value

Type: System.String

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.Excel Namespace