_Worksheet.UsedRange Property

Definition

Returns a Range object that represents the used range on the specified worksheet. Read-only.

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

Property Value

Applies to