[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISlicerItem

Interface ISlicerItem

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

Represents an item in a slicer.

public interface ISlicerItem

Properties

Selected

Gets or sets whether the slicer item is selected.

bool Selected { get; set; }

Property Value

bool

Value

Gets the value of the slicer item.

string Value { get; }

Property Value

string