[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.StartEditing

StartEditing Method

StartEditing(EventArgs, bool, bool)

Starts cell editing.

Declaration
public override void StartEditing(EventArgs e, bool selectAll, bool autoClipboard)
Public Overrides Sub StartEditing(e As EventArgs, selectAll As Boolean, autoClipboard As Boolean)
Parameters
Type Name Description
EventArgs e

Event

bool selectAll

Whether to select all the cell data

bool autoClipboard

Whether to allow shortcut keys for Clipboard actions

Overrides