XlsSlicerCollection
Item Property (String)
|
Gets the slicer with the specified name.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsSlicer this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As XlsSlicer
Get
public:
property XlsSlicer^ default[String^ name] {
XlsSlicer^ get (String^ name);
}
member Item : XlsSlicer with get
Parameters
-
name
-
Type:
System
String
The name of the slicer to get.
Return Value
Type:
XlsSlicer
The XlsSlicer with the specified name.
See Also