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