[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISlicers

ISlicers Interface

A collection of ISlicer objects.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ISlicers : IEnumerable
Public Interface ISlicers
    Inherits IEnumerable

Properties

Name Description
Count

Gets the number of objects in the collection.

this[int]

Gets the ISlicer with the specified index.

this[string]

Gets the ISlicer with the specified name.

Methods

Name Description
Add(IWorksheet, string, string, double, double, double, double)

Creates a new slicer and returns a ISlicer object.