Range.EntireRow Property

Definition

Returns a Range object that represents the entire row (or rows) that contains the specified range.

public:
 property Microsoft::Office::Interop::Excel::Range ^ EntireRow { Microsoft::Office::Interop::Excel::Range ^ get(); };
public Microsoft.Office.Interop.Excel.Range EntireRow { get; }
Public ReadOnly Property EntireRow As Range

Property Value

Applies to