Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ShapeStateEventArgs Class / Slicer Property


In This Topic
    Slicer Property
    In This Topic
    Gets a boolean value indicating whether the slicer is changed.
    Syntax
    'Declaration
     
    
    Public Property Slicer As Boolean
    'Usage
     
    
    Dim instance As ShapeStateEventArgs
    Dim value As Boolean
     
    instance.Slicer = value
     
    value = instance.Slicer
    public bool Slicer {get; set;}
    See Also