[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSelectionModel.IsAnyCellInColumnSelected

IsAnyCellInColumnSelected Method

IsAnyCellInColumnSelected(int)

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

Declaration
public override bool IsAnyCellInColumnSelected(int column)
Public Overrides Function IsAnyCellInColumnSelected(column As Integer) As Boolean
Parameters
Type Name Description
int column

Column to check

Returns
Type Description
bool
Overrides