IPageSetup.LeftHeader Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property LeftHeader As String
Get
Set
'Usage
Dim instance As IPageSetup
Dim value As String
value = instance.LeftHeader
instance.LeftHeader = value
string LeftHeader { get; set; }
Property Value
Type: System.String