Parameter.SourceRange Property

Returns a Range object that represents the cell that contains the value of the specified query parameter. Read-only.

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

Syntax

'Declaration
ReadOnly Property SourceRange As Range
    Get
'Usage
Dim instance As Parameter
Dim value As Range

value = instance.SourceRange
Range SourceRange { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Range

See Also

Reference

Parameter Interface

Parameter Members

Microsoft.Office.Interop.Excel Namespace