DataGridView Text Box Column Selection
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Can anyone tell me if it is possible to programatically select a portion of a datagridview text box column? For example, the standard text box has SelectionStart and SelectionLength properties that can be used to programatically select a portion of its text, but I don't see those properties available with the DataGridViewTextBoxColumn. Am I missing something, or is selecting the entire column/cell my only alternative, even if I only wish to select a portion? Thank you...