PivotTableDefinition.Location Property
PivotTable Location.Represents the element tag in schema: x:location
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Location As Location
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As Location
value = instance.Location
instance.Location = value
public Location Location { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.Location