Item Property (RtfRowCollection)
 
            
                In This Topic
            
            Gets or sets the row at the specified index within the collection.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Default Property Item( _
   ByVal  As Integer _
) As RtfRow
             
        
            
            public new RtfRow this[ 
   int 
]; {get; set;}
             
        
             
        
            Parameters
- index
 
            
            Property Value
The Word/RTF table row.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also