[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl.Name

Name Property

Name

Gets or sets the name of this control.

Declaration
string Name { get; set; }
Property Name As String
Examples
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30);
control.Name = "SubmitButton";
string name = control.Name;