Spread WinForms 15
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)

Parameters

column
Column index
See Also