NamedRange.Areas Property (2007 System)
Gets an Areas collection that represents all the ranges in a multiple-area selection.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Areas As Areas
'Usage
Dim instance As NamedRange
Dim value As Areas
value = instance.Areas
[BrowsableAttribute(false)]
public Areas Areas { get; }
[BrowsableAttribute(false)]
public:
property Areas^ Areas {
Areas^ get ();
}
public function get Areas () : Areas
Property Value
Type: Areas
An Areas collection that represents all the ranges in a multiple-area selection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.