Spread for ASP.NET 12 Product Documentation
IsAnyCellInColumnSelected Method (ISheetSelectionModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetSelectionModel Interface : IsAnyCellInColumnSelected Method
Index of column to check
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

Reference

ISheetSelectionModel Interface
ISheetSelectionModel Members