Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ISheetSelectionModel Interface / IsAnyCellInColumnSelected Method
Index of column to check
Example


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 the column is selected; false otherwise
    Example
    See Also