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