[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.AddControl

AddControl Method

AddControl(Control)

Adds a child control to the control container for the sheet.

Declaration
public virtual void AddControl(Control control)
Public Overridable Sub AddControl(control As Control)
Parameters
Type Name Description
Control control

Child control to add

AddControl(Control, int, int)

Adds a child control to the control container for the sheet at the specified row and column.

Declaration
public virtual void AddControl(Control control, int row, int column)
Public Overridable Sub AddControl(control As Control, row As Integer, column As Integer)
Parameters
Type Name Description
Control control

Child control to add

int row

Row index at which to add child control

int column

Column index at which to add child control

AddControl(Control, int, int, int, int)

Adds a child control to the control container for the sheet at the specified row and column, with specified pixel offsets.

Declaration
public virtual void AddControl(Control control, int row, int column, int offsetX, int offsetY)
Public Overridable Sub AddControl(control As Control, row As Integer, column As Integer, offsetX As Integer, offsetY As Integer)
Parameters
Type Name Description
Control control

Child control to add

int row

Row index at which to add child control

int column

Column index at which to add child control

int offsetX

Number of horizontal pixels to offset from the specified column index

int offsetY

Number of vertical pixels to offset from the specified row index