ITextFrame.Characters Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Characters ( _
Start As Object, _
Length As Object _
) As Characters
'Usage
Dim instance As ITextFrame
Dim Start As Object
Dim Length As Object
Dim returnValue As Characters
returnValue = instance.Characters(Start, _
Length)
Characters Characters(
Object Start,
Object Length
)
Parameters
- Start
Type: System.Object
- Length
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Characters