[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl.Placement

Placement Property

Placement

Gets or sets how a control is attached to its underlying cells.

Declaration
Placement Placement { get; set; }
Property Placement As Placement
Examples
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30);
control.Placement = Placement.Move;
Placement placement = control.Placement;