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