Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel.DefaultSheetDataModelEnumerator Class / IsRowUsed Method
Index of row to check


In This Topic
IsRowUsed Method (DefaultSheetDataModel.DefaultSheetDataModelEnumerator)
In This Topic
Determines whether the specified row is not empty.
Syntax
'Declaration
 
Public Function IsRowUsed( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As DefaultSheetDataModel.DefaultSheetDataModelEnumerator
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowUsed(row)

Parameters

row
Index of row to check
See Also