Version

GetCharacterPosition Method

Returns the TextPointer present at the specified index of the text of the FormulaEditorTextBox
Syntax
'Declaration
 
Protected Function GetCharacterPosition( _
   ByVal iCharacterIndex As System.Integer _
) As System.Windows.Documents.TextPointer
protected System.Windows.Documents.TextPointer GetCharacterPosition( 
   System.int iCharacterIndex
)
protected: System.Windows.Documents.TextPointer* GetCharacterPosition( 
   System.int iCharacterIndex
) 

Parameters

iCharacterIndex
The specified index of the text

Return Value

The TextPointer present at the specified index of the text of the FormulaEditorTextBox
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also