Gets or sets the style at the specified index within the collection.
            
            
            
            
            
            
            
            'Declaration
 
Public Overloads Shadows Property Item( _
   ByVal  As Integer _
) As RtfStyle
             
        
            
            public new RtfStyle Item( 
   int 
) {get; set;}
             
        
             
        
            Parameters
- index
 
            
            Property Value
The Word/RTF style object.