IRange.AutoComplete Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function AutoComplete ( _
    String As String _
) As String
'Usage
Dim instance As IRange
Dim String As String
Dim returnValue As String

returnValue = instance.AutoComplete(String)
string AutoComplete(
    string String
)

Parameters

Return Value

Type: System.String

See Also

Reference

IRange Interface

IRange Members

Microsoft.Office.Interop.Excel Namespace