Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / IsAnyCellInColumnSelected Method
Column index


In This Topic
    IsAnyCellInColumnSelected Method (SheetView)
    In This Topic
    Gets whether any cells in the specified column on this sheet are selected.
    Syntax
    'Declaration
     
    
    Public Function IsAnyCellInColumnSelected( _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.IsAnyCellInColumnSelected(column)
    public bool IsAnyCellInColumnSelected( 
       int column
    )

    Parameters

    column
    Column index
    See Also