Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRangeManager Interface / CanAddRows Method
Row index


In This Topic
CanAddRows Method
In This Topic
Checks whether rows can be added at the specific row index.
Syntax
'Declaration
 
Function CanAddRows( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As ITableRangeManager
Dim row As Integer
Dim value As Boolean
 
value = instance.CanAddRows(row)

Parameters

row
Row index

Return Value

True if rows can be added
See Also