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