Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / HideRowFilter Class / GetFilterableBackgroundColorItems Method
The column index.


In This Topic
    GetFilterableBackgroundColorItems Method
    In This Topic
    Gets the background colors for filtered data to be displayed in the drop-down list for the specified column.
    Syntax
    'Declaration
     
    Public Function GetFilterableBackgroundColorItems( _
       ByVal column As Integer _
    ) As ReadOnlyCollection(Of Color)
    'Usage
     
    Dim instance As HideRowFilter
    Dim column As Integer
    Dim value As ReadOnlyCollection(Of Color)
     
    value = instance.GetFilterableBackgroundColorItems(column)
    public ReadOnlyCollection<Color> GetFilterableBackgroundColorItems( 
       int column
    )

    Parameters

    column
    The column index.

    Return Value

    Returns a collection that contains the color list.
    See Also