CheckBox.Interior Property

Definition

Gets an Interior object that represents the interior of the CheckBox.

public:
 property Microsoft::Office::Interop::Excel::Interior ^ Interior { Microsoft::Office::Interop::Excel::Interior ^ get(); };
public Microsoft.Office.Interop.Excel.Interior Interior { get; }
member this.Interior : Microsoft.Office.Interop.Excel.Interior
Public ReadOnly Property Interior As Interior

Property Value

An Interior object that represents the interior of the CheckBox.

Applies to