bool CanRemoveRows( int row, int rowCount )
'Declaration Function CanRemoveRows( _ ByVal row As Integer, _ ByVal rowCount As Integer _ ) As Boolean
'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)
'Usage
Dim instance As ITableRangeManager Dim row As Integer Dim rowCount As Integer Dim value As Boolean value = instance.CanRemoveRows(row, rowCount)
ITableRangeManager Interface ITableRangeManager Members