SpreadsheetGear 2023
GetCharacters Method (ITextFrame)


SpreadsheetGear.Shapes Namespace > ITextFrame Interface : GetCharacters Method
The zero based index of the first character.
The length of the text.
Returns an instance of ICharacters representing the specified text associated with a shape.
Syntax
'Declaration
 
Function GetCharacters( _
   ByVal start As System.Integer, _
   ByVal length As System.Integer _
) As ICharacters
'Usage
 
Dim instance As ITextFrame
Dim start As System.Integer
Dim length As System.Integer
Dim value As ICharacters
 
value = instance.GetCharacters(start, length)
ICharacters GetCharacters( 
   System.int start,
   System.int length
)

Parameters

start
The zero based index of the first character.
length
The length of the text.
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

Reference

ITextFrame Interface
ITextFrame Members
Characters Property