Range.Worksheet Property
Returns a Worksheet object that represents the worksheet containing the specified range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Worksheet As Worksheet
Get
'Usage
Dim instance As Range
Dim value As Worksheet
value = instance.Worksheet
Worksheet Worksheet { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Worksheet