[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Slicers.ISlicerItems

ISlicerItems Interface

Represents the collection of SlicerItem objects contained in a ISlicerCache object.

Namespace: GrapeCity.Spreadsheet.Slicers
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ISlicerItems
Public Interface ISlicerItems

Properties

Name Description
Count

Gets the number of ISlicerItem objects in the collection.

this[int]

Gets the ISlicerItem object from a collection.

this[string]

Gets the ISlicerItem object from a collection.

Methods

Name Description
InitializeBatching()

Initializes batching for the ISlicerItems.

Range(params string[])

Gets the ISlicerItem objects from a collection.

Select(int, int, bool)

Selects the specified range of the slicer items.

Select(params int[])

Selects the slicer items.

TerminateBatching(bool)

Ends batching for the ISlicerItems.