Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetFilterBarCellType Method
Column index of the cell


In This Topic
    GetFilterBarCellType Method
    In This Topic
    Gets the composited (inherited) cell type for a specified cell on the filter bar.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetFilterBarCellType( _
       ByVal column As Integer _
    ) As ICellType
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim value As ICellType
     
    value = instance.GetFilterBarCellType(column)
    public virtual ICellType GetFilterBarCellType( 
       int column
    )

    Parameters

    column
    Column index of the cell
    See Also