IPivotTables
Item Property (String)
|
Gets single entry from the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IPivotTable this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As IPivotTable
Get
property IPivotTable^ default[String^ name] {
IPivotTable^ get (String^ name);
}
abstract Item : IPivotTable with get
Parameters
-
name
-
Type:
System
String
Pivot table name.
Return Value
Type:
IPivotTable
Single entry from the collection.
See Also