_Worksheet.Rows Property

Definition

Returns a Range object that represents all the rows on the specified worksheet. Read-only Range object.

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

Property Value

Applies to