NamedRange.Areas Property

Definition

Gets an Areas collection that represents all the ranges in a multiple-area selection.

public:
 property Microsoft::Office::Interop::Excel::Areas ^ Areas { Microsoft::Office::Interop::Excel::Areas ^ get(); };
public Microsoft.Office.Interop.Excel.Areas Areas { get; }
member this.Areas : Microsoft.Office.Interop.Excel.Areas
Public ReadOnly Property Areas As Areas

Property Value

An Areas collection that represents all the ranges in a multiple-area selection.

Applies to