public void setDataValueIndex(int intRowIndex, string strColumnId, object objValue)
index 값을 이용하여 해당컬럼의 값을 수정한다.
- 파라미터
int intRowIndex 현재인덱스
string strColumnId 컬럼ID
object objValue 값
- 리턴값
- 상세설명
- 예제
mObjDataGrid = document.getElementById("slDataGrid").Content.EntryPoint; mObjDataGrid.setDataValueIndex( "userName", "홍길동");