Spread for ASP.NET 11 Product Documentation
GetRowVisibleState Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IFindRowsVisibleStateSupport Interface : GetRowVisibleState Method
Index of specified row.
Gets the visible state of the specified row.
Syntax
'Declaration
 
Function GetRowVisibleState( _
   ByVal row As Integer _
) As Boolean
'Usage
 
Dim instance As IFindRowsVisibleStateSupport
Dim row As Integer
Dim value As Boolean
 
value = instance.GetRowVisibleState(row)
bool GetRowVisibleState( 
   int row
)

Parameters

row
Index of specified row.

Return Value

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

Reference

IFindRowsVisibleStateSupport Interface
IFindRowsVisibleStateSupport Members