Pane.VisibleRange Property
Returns a Range object that represents the range of cells that are visible in the pane. If a column or row is partially visible, it's included in the range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property VisibleRange As Range
Get
'Usage
Dim instance As Pane
Dim value As Range
value = instance.VisibleRange
Range VisibleRange { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range