ControlSite.progID Property

Gets the programmatic identifier for the ControlSite.

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

Syntax

'Declaration
ReadOnly Property progID As String
string progID { get; }

Property Value

Type: System.String
A value that represents the programmatic identifier for the ControlSite.

Remarks

This property always returns the same string, because all managed controls in Office projects are hosted by the same ActiveX control.

.NET Framework Security

See Also

Reference

ControlSite Interface

Microsoft.Office.Tools.Excel Namespace