[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.IsAnyCellInColumnSelected

IsAnyCellInColumnSelected Method

IsAnyCellInColumnSelected(int)

Gets whether any cells in the specified column on this sheet are selected.

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

Column index

Returns
Type Description
bool

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

OSZAR »