NamedRange::CurrentRegion Property

 

Gets a Microsoft.Office.Interop.Excel::Range that represents the current region.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Range^ CurrentRegion {
	Range^ get();
}

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.

No code example is currently available or this language may not be supported.
Return to top
Show: