[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ISheetSelectionModel.IsAnyCellInColumnSelected

IsAnyCellInColumnSelected Method

IsAnyCellInColumnSelected(int)

Determines whether any cell in a specified column is in the selection.

Declaration
bool IsAnyCellInColumnSelected(int column)
Function IsAnyCellInColumnSelected(column As Integer) As Boolean
Parameters
Type Name Description
int column

Index of column to check

Returns
Type Description
bool

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