Spread for ASP.NET 12 Product Documentation
IsRowUsed Method (ISheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetDataModel Interface : IsRowUsed Method
Row index
Determines whether the specified row contains data.
Syntax
'Declaration
 
Function IsRowUsed( _
   ByVal row As Integer _
) As Boolean
'Usage
 
Dim instance As ISheetDataModel
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowUsed(row)
bool IsRowUsed( 
   int row
)

Parameters

row
Row index

Return Value

True if the row contains data; false otherwise
See Also

Reference

ISheetDataModel Interface
ISheetDataModel Members