[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl-1

Interface IControl<T>

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

Generic type members of form controls

public interface IControl<T> : IControl where T : IControl<T>

Type Parameters

T
Inherited Members

Methods

Copy(double, double)

Copy this control to the destination position.

T Copy(double left, double top)

Parameters

left double
top double

Returns

T

The copied control.

Cut(double, double)

Cut this control and paste to the destination position.

T Cut(double left, double top)

Parameters

left double
top double

Returns

T

The moved control. Sometimes it's equal to the original instance.

Duplicate()

Copy this control to the default destination position.

T Duplicate()

Returns

T

The copied control.