void RemoveRows( int row, int rowCount )
'Declaration Sub RemoveRows( _ ByVal row As Integer, _ ByVal rowCount As Integer _ )
'Declaration
Sub RemoveRows( _ ByVal row As Integer, _ ByVal rowCount As Integer _ )
'Usage Dim instance As IRangeSupport Dim row As Integer Dim rowCount As Integer instance.RemoveRows(row, rowCount)
'Usage
Dim instance As IRangeSupport Dim row As Integer Dim rowCount As Integer instance.RemoveRows(row, rowCount)
IRangeSupport Interface IRangeSupport Members