'Declaration Public Function GetFilterableBackgroundColorItems( _ ByVal column As System.Integer _ ) As System.Collections.ObjectModel.ReadOnlyCollection(Of Color)
'Usage Dim instance As HideRowFilter Dim column As System.Integer Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of Color) value = instance.GetFilterableBackgroundColorItems(column)
public System.Collections.ObjectModel.ReadOnlyCollection<Color> GetFilterableBackgroundColorItems( System.int column )
Parameters
- column
- The column index.
Return Value
Returns a collection that contains the color list.