Click or drag to resize

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; }

Parameters

name
Type: System String
The name of the slicer to get.

Return Value

Type: XlsSlicer
The XlsSlicer with the specified name.
See Also