NamedRange::Interior Property
Gets an Interior that represents the interior of the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: Microsoft.Office.Interop.Excel::Interior^An Interior that represents the interior of the NamedRange control.
The following code example uses the Borders property to draw double lines for the border of a NamedRange, and it uses the Interior property to color the interior of a NamedRange green.
This example is for a document-level customization.
Show: