[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISlicerItems

Interface ISlicerItems

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public interface ISlicerItems : IEnumerable
Inherited Members
System.Collections.IEnumerable.GetEnumerator()

Properties

Count

Gets the number of objects in the collection.

int Count { get; }

Property Value

int

this[int]

Gets the ISlicerItem with the specified index.

ISlicerItem this[int index] { get; }

Parameters

index int

the index.

Property Value

ISlicerItem

this[string]

Gets the ISlicerItem with the specified name.

ISlicerItem this[string name] { get; }

Parameters

name string

the name.

Property Value

ISlicerItem