IPivotTable
Location Property
|
Returns pivot table location.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
CellRange Location { get; set; }
Property Location As CellRange
Get
Set
property CellRange^ Location {
CellRange^ get ();
void set (CellRange^ value);
}
abstract Location : CellRange with get, set
Property Value
Type:
CellRange
See Also