PageSetup.LeftFooter Property

Returns or sets the left part of the footer.

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

Syntax

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

value = instance.LeftFooter

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

Property Value

Type: System.String

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.Excel Namespace