Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface / IsAnyCellInColumnSelected Method
Index of column to check


In This Topic
    IsAnyCellInColumnSelected Method (ISheetSelectionModel)
    In This Topic
    Determines whether any cell in a specified column is in the selection.
    Syntax
    'Declaration
     
    
    Function IsAnyCellInColumnSelected( _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As ISheetSelectionModel
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.IsAnyCellInColumnSelected(column)
    bool IsAnyCellInColumnSelected( 
       int column
    )

    Parameters

    column
    Index of column to check

    Return Value

    True if any cell in specified column is selected; false otherwise
    See Also