Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / ListObject Property


In This Topic
    ListObject Property
    In This Topic
    Gets the GrapeCity.Spreadsheet.ITable object associated with this ISlicerCache.
    Syntax
    'Declaration
     
    
    ReadOnly Property ListObject As ITable
    'Usage
     
    
    Dim instance As ISlicerCache
    Dim value As ITable
     
    value = instance.ListObject
    ITable ListObject {get;}

    Property Value

    The GrapeCity.Spreadsheet.ITable object.
    See Also