Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilter Interface / GetColumnFilterBy Method
Columnn index


In This Topic
    GetColumnFilterBy Method
    In This Topic
    Gets the string selected in the drop-down list of filters for the specified column.
    Syntax
    'Declaration
     
    
    Function GetColumnFilterBy( _
       ByVal modelColumnIndex As Integer _
    ) As String
    'Usage
     
    
    Dim instance As IRowFilter
    Dim modelColumnIndex As Integer
    Dim value As String
     
    value = instance.GetColumnFilterBy(modelColumnIndex)
    string GetColumnFilterBy( 
       int modelColumnIndex
    )

    Parameters

    modelColumnIndex
    Columnn index

    Return Value

    String selected in the drop-down list of filters
    See Also