[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.IsSelected

IsSelected Method

IsSelected(int, int)

Gets whether the specified cell on this sheet is selected.

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

Row index

int column

Column index

Returns
Type Description
bool

True if cell is in selection; false otherwise

OSZAR »