void AddUnboundRows( int row, int count )
'Declaration Sub AddUnboundRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
'Declaration
Sub AddUnboundRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As IDataManager Dim row As Integer Dim count As Integer instance.AddUnboundRows(row, count)
'Usage
Dim instance As IDataManager Dim row As Integer Dim count As Integer instance.AddUnboundRows(row, count)
IDataManager Interface IDataManager Members