IndexEntry Constructor(String)
 
            
                In This Topic
            
            Initializes a new instance of the 
IndexEntry class.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String _
)
             
        
            
            public IndexEntry( 
   string 
)
             
        
             
        
            Parameters
- caption
 
- The string that is assigned to the Caption property of the current index entry.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also