Gets the data view row from the model row when a new row is added. This method is used only when a new row is added to a sheet.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Function GetDataViewRowFromModelRowWhenAddNew( _
   ByVal modelRow As Integer _
) As Integer  | 
 
            Parameters
- modelRow
 
- Model row index
 
            
            Return Value
Integer row index
 
            
						
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
 
            
            
See Also