[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl

IControl Interface

The base of form controls.

Namespace: GrapeCity.Documents.Excel.Forms
Assembly: DS.Documents.Excel.dll
Syntax
public interface IControl
Public Interface IControl

Properties

Name Description
BottomRightCell

Gets the bottom right cell of this control.

Enabled

Indicates whether the control is enabled.

FormControlType

Returns the form control type of this control.

Height

The height of this control.

Left

The left margin of this control.

Locked

Indicates whether the control is locked.

Name

Gets or sets the name of this control.

Parent

The parent object, typically IWorksheet. In some cases, the type of this property is IControl.

Placement

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

PrintObject

Indicates whether the control will be printed.

ShapeRange

The shapes of this control.

Top

The top margin of this control.

TopLeftCell

Gets the top left cell of this control.

Visible

Indicates whether the control is visible.

Width

The width of this control.

ZOrder

The z-index of this control.

Methods

Name Description
BringToFront()

Change z-index of this control to front.

Delete()

Remove this control from parent.

SendToBack()

Send the Z-Index to back.