[]
Gets or sets the name of this control.
string Name { get; set; }
Property Name As String
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30); control.Name = "SubmitButton"; string name = control.Name;