[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IFindRowsVisibleStateSupport.GetRowVisibleState

GetRowVisibleState Method

GetRowVisibleState(int)

Gets the visible state of the specified row.

Declaration
bool GetRowVisibleState(int row)
Function GetRowVisibleState(row As Integer) As Boolean
Parameters
Type Name Description
int row

Index of specified row.

Returns
Type Description
bool

true if row is visbile and has a size greater than 0; otherwise, returns false.