Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / StartCellEditing(Boolean,String) Method
if set to true selects all the text when the text is changed during editing.
if set to true [default text].


In This Topic
    StartCellEditing(Boolean,String) Method
    In This Topic
    Starts to edit the active cell.
    Syntax
    'Declaration
     
    Public Sub StartCellEditing( _
       Optional ByVal selectAll As Boolean, _
       Optional ByVal defaultText As String _
    ) 
    'Usage
     
    Dim instance As SheetView
    Dim selectAll As Boolean
    Dim defaultText As String
     
    instance.StartCellEditing(selectAll, defaultText)
    public void StartCellEditing( 
       bool selectAll,
       string defaultText
    )

    Parameters

    selectAll
    if set to true selects all the text when the text is changed during editing.
    defaultText
    if set to true [default text].
    See Also