IWorkbookConnection.Ranges Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Ranges As Ranges
Get
'Usage
Dim instance As IWorkbookConnection
Dim value As Ranges
value = instance.Ranges
Ranges Ranges { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Ranges