PivotTable.Location Property

Gets or sets a String that represents the top-left cell in the body of the specified PivotTable. Read/write.

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

Syntax

'Declaration
Property Location As String
    Get
    Set
'Usage
Dim instance As PivotTable
Dim value As String

value = instance.Location

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

Property Value

Type: System.String
String

See Also

Reference

PivotTable Interface

PivotTable Members

Microsoft.Office.Interop.Excel Namespace