ComponentOne True DBGrid for WinForms
Cell Editing Techniques / Working with Text / Selecting and Replacing Text
In This Topic
    Selecting and Replacing Text
    In This Topic

    True DBGrid for WinForms supports the standard text selection properties found in many TextBox type controls:

    Property Description
    SelectionLength Sets/returns the length of the selected text.
    SelectionStart Sets/returns the start position of the selected text.
    SelectedText Sets/returns the selected text.
    Note: These properties are only effective when the grid is in edit mode, that is, when its EditActive property is True.