NamedRange::EntireColumn Property

 

Gets a Microsoft.Office.Interop.Excel::Range that represents the entire column (or columns) that contains the NamedRange control.

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

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

Property Value

Type: Microsoft.Office.Interop.Excel::Range^

A Microsoft.Office.Interop.Excel::Range that represents the entire column (or columns) that contains the NamedRange control.

The following code example creates a NamedRange and then sets the border color of the columns and rows that contain the NamedRange to 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: