Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetDataModel Class / IsRowUsed Method
Row index


In This Topic
IsRowUsed Method (BaseSheetDataModel)
In This Topic
Determines whether the specified row contains data.
Syntax
'Declaration
 
Public Overridable Function IsRowUsed( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As BaseSheetDataModel
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowUsed(row)

Parameters

row
Row index
See Also