Spread Windows Forms 12.0 Product Documentation
CanRemoveRows Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableRangeManager Interface : CanRemoveRows Method
Row index
Row count
Checks whether rows can be removed.
Syntax
'Declaration
 
Function CanRemoveRows( _
   ByVal row As Integer, _
   ByVal rowCount As Integer _
) As Boolean
'Usage
 
Dim instance As ITableRangeManager
Dim row As Integer
Dim rowCount As Integer
Dim value As Boolean
 
value = instance.CanRemoveRows(row, rowCount)
bool CanRemoveRows( 
   int row,
   int rowCount
)

Parameters

row
Row index
rowCount
Row count

Return Value

True if rows can be removed
See Also

Reference

ITableRangeManager Interface
ITableRangeManager Members