OLE control methods provide convenient one-time operations to developers. Unlike properties, whose values are persistant over the life of a control, methods represent actions that a control can perform. Often, methods will change the values of other control properties, so be sure to read the Remarks section of each method carefully. The following methods apply to the SRP EditTable Control:

MethodDescriptionVersion Introduced
AbortCellEditSets the currently edited cell to Navigation mode. 
AboutBoxDisplays the control's about box. 
AddNewRecordsAppends new records to the bottom of the edit table. 
ClearRemoves all data leaving blank records. 
ClickOptionProgramatically clicks the option/combo button of a cell.4.1.10
CopyCopies a cell's text to the clipboard. 
CopyAppearanceApplies the appearance of one cell to one more other cells. 
CopyTypeApplies the appearance of one cell to one more other cells. 
CutCopies a cell's text to the clipboard and removes it from the cell. 
DeleteColumnsPermanently removes columns from the table. 
DeleteRecordsPermanently removes records from the table. 
EditCellProgramatically places a cell into edit mode. 
FireEventProgrammatically fires an edit table event. 
GetCellRectRetreives the size and position of a cell. 
HideBalloonTooltipHides the visible balloon tooltip. 
INSERTInserts new data filled records into the edit table. 
InsertColumnsInserts blank columns into the edit table. 
InsertRecordsInserts blank records into the edit table. 
PasteMoves text currently in the clipboard into a cell. 

Refresh

Redraws the control. 
SaveScreenShotSaves a screenshot of the edit table to bitmap file. 
ShowBalloonTooltipDisplays a balloon tooltip over a cell. 
ShowContextMenuDisplays a context menu at the given mouse point.3.0.1
UndoUndoes the last change made to the last cell. 
UpdateCellEditApplies changes made in currently editing cell. 
  • No labels