'Declaration
Function GetCharacters( _ ByVal start As System.Integer, _ ByVal length As System.Integer _ ) As ICharacters
'Usage
Dim instance As IRange 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 starting character.
- length
- The number of characters.
Return Value
An instance of ICharacters which represents a range of characters belonging to a text cell.