sets the value of the cell of the selected row at the chosen column key
Namespace:
nControls
Assembly:
nListView (in nListView.dll) Version: 2.1.0.0 (2.1)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void setSlectedValueAt(
string colKey,
string value
)
Public Sub setSlectedValueAt ( _
colKey As String, _
value As String _
)
public:
void setSlectedValueAt(
String^ colKey,
String^ value
)
Parameters
- colKey
- String
[Missing <param name="colKey"/> documentation for "M:nControls.nListView.setSlectedValueAt(System.String,System.String)"]
- value
- String
the value to store at the selected set
See Also