Click or drag to resize
Cell Methods

The Cell type exposes the following members.

Methods
  NameDescription
Public methodApplyNewStyle
Applies a new style stored in this cell object.
Public methodClearStyle
Clears the embedded Style object.
Public methodClearValue
Clears the value of the cell.
Public methodCopyCell
Copies the contents of another cell into this cell.
Public methodCopyCells
Copies a range of cells.
Public methodCopyStyle
Copies the new style over the style stored in this cell object.
Public methodExcludeStyle
Remove, in this cell's style, the attributes that are included in the given style.
Public methodMoveCell
Moves a cell.
Public methodMoveCells
Moves cells.
Public methodScrollInView
Scrolls the grid so that this cell is in view.
Public methodScrollInView(RedrawFlags, Boolean)
Scrolls the grid so that this cell is in view.
Public methodSelect(Boolean)
Selects or deselects this cell.
Public methodSelect(Boolean, Boolean)
Selects or deselects this cell.
Top
See Also