[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ITableRangeManager.CanRemoveRows

CanRemoveRows Method

CanRemoveRows(int, int)

Checks whether rows can be removed.

Declaration
bool CanRemoveRows(int row, int rowCount)
Function CanRemoveRows(row As Integer, rowCount As Integer) As Boolean
Parameters
Type Name Description
int row

Row index

int rowCount

Row count

Returns
Type Description
bool

True if rows can be removed