SetTextFormatAtIndex Method (INote)
    
    
        
        
            
             Obsolete. Superseded by IAnnotation::SetTextFormat and IAnnotation::ISetTextFormat.  
             
            .NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Sub SetTextFormatAtIndex( _
   ByVal Index As System.Integer, _
   ByVal TextFormat As System.Object _
)  | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As INote
Dim Index As System.Integer
Dim TextFormat As System.Object
 
instance.SetTextFormatAtIndex(Index, TextFormat) | 
| C++/CLI |  | 
|---|
| void SetTextFormatAtIndex( 
&   System.int Index,
&   System.Object^ TextFormat
)  | 
Parameters
- Index
-  
- TextFormat
-  
See Also