XlsWorksheet
Slicers Property
|
Returns slicer collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsSlicerCollection Slicers { get; }
Public ReadOnly Property Slicers As XlsSlicerCollection
Get
public:
property XlsSlicerCollection^ Slicers {
XlsSlicerCollection^ get ();
}
member Slicers : XlsSlicerCollection with get
Property Value
Type:
XlsSlicerCollection
See Also