[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.IsCellInView

IsCellInView Method

IsCellInView(int, int, int, int)

Returns whether the cell at the specified location is visible in the specified view.

Declaration
public bool IsCellInView(int rowViewportIndex, int columnViewportIndex, int cellRowIndex, int cellColumnIndex)
Public Function IsCellInView(rowViewportIndex As Integer, columnViewportIndex As Integer, cellRowIndex As Integer, cellColumnIndex As Integer) As Boolean
Parameters
Type Name Description
int rowViewportIndex

Index of viewport row

int columnViewportIndex

Index of viewport column

int cellRowIndex

Index of row in that viewport

int cellColumnIndex

Index of column in that viewport

Returns
Type Description
bool

true if the cell with specified indexes is visible; false otherwise