Metodo NamedRange.get_Range (System 2007)

Aggiornamento: novembre 2007

Questa API supporta l'infrastruttura Visual Studio Tools for Office e non deve essere utilizzata direttamente dal codice.

Spazio dei nomi:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Sintassi

Public Function get_Range ( _
    Cell1 As Object, _
    Cell2 As Object _
) As Range

Dim instance As NamedRange
Dim Cell1 As Object
Dim Cell2 As Object
Dim returnValue As Range

returnValue = instance.get_Range(Cell1, _
    Cell2)
public Range get_Range(
    Object Cell1,
    Object Cell2
)

Parametri

Valore restituito

Tipo: Microsoft.Office.Interop.Excel.Range

Autorizzazioni

Vedere anche

Riferimenti

NamedRange Classe

Membri NamedRange

Spazio dei nomi Microsoft.Office.Tools.Excel