Cell size Properties

See Also    Examples    Applies To

Return the dimensions of the current cell in grid view.

Public Property CellLeft As Single

atb.CellLeft

Returns the distance between the left borders of the current cell in grid view and the atb control.

Public Property CellTop As Single

atb.CellTop

Returns the distance between the top borders of the current cell in grid view and the atb control.

Public Property CellWidth As Single

atb.CellWidth

Returns the width of the current cell in grid view.

Public Property CellHeight As Single

atb.CellHeight

Returns the height of the current cell in grid view.

If you want to supply your own cell editor using the BeforeCellEditorEnter and AfterCellEditorExit events, you may use this properties for positioning purposes.