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


In This Topic
    GetFilterableForeColorItems Method
    In This Topic
    Gets the foreground colors for filtered data to be displayed in the drop-down list for the specified column.
    Syntax
    'Declaration
     
    Public Function GetFilterableForeColorItems( _
       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.GetFilterableForeColorItems(column)
    public ReadOnlyCollection<Color> GetFilterableForeColorItems( 
       int column
    )

    Parameters

    column
    The column index.

    Return Value

    Returns a collection that contains the color list.
    See Also