[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetAxisModel.NextRowVisible

NextRowVisible Method

NextRowVisible(int)

Gets whether the specified row is visible.

Declaration
public virtual int NextRowVisible(int index)
Public Overridable Function NextRowVisible(index As Integer) As Integer
Parameters
Type Name Description
int index

Index of start row

Returns
Type Description
int

Index of visible row if true

Implements