XlsPivotCache
HasNamedRange Property
 | 
Indicates whether the pivot cache has named range
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool HasNamedRange { get; }
 
Public ReadOnly Property HasNamedRange As Boolean
	Get
 
public:
property bool HasNamedRange {
	bool get ();
}
 
member HasNamedRange : bool with get
 
 
 
Property Value
Type:
Boolean
 
See Also