Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / IsAnyCellInColumnSelected Method
The column index of the column to check.


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

    Parameters

    column
    The column index of the column to check.

    Return Value

    true if any cell in a specified column is in the selection; otherwise, false.
    See Also