NamedRange::CurrentRegion Property
Gets a Microsoft.Office.Interop.Excel::Range that represents the current region.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: Microsoft.Office.Interop.Excel::Range^A Microsoft.Office.Interop.Excel::Range that represents the current region.
The current region is a range bounded by any combination of blank rows and blank columns.
This property cannot be used on a protected worksheet.
The following code example creates a NamedRange and populates it with the value 123. It then colors the current region, which is the region bounded by blank rows and columns, green.
This example is for a document-level customization.
Show: