已知行号i列号j,怎么取Janus.Windows.GridEX(DataGrid)此行列的值!

解决方案 »

  1.   

    GetValue(Int32) MethodGets the value of a cell in the current row.[Visual Basic]Overloads Public Function GetValue( _
       ByVal columnIndex As Integer _
    ) As Object
    [C#]public object GetValue( 
       int columnIndex
    );
    [JScript]public function GetValue( 
       columnIndex : int
    ) : Object;
    Parameters
    columnIndex 
    The index of the column for which you want to retrieve the value. 
    Return Type
    An object representing the value of the cell.Res
    This method is useful when you want to get tha value of a cell in the active row. To get a value from any row use the Value property of the cell in the GridEXRow object. See Also
    GridEX Class  | GridEX Members  | Overload List 帮楼主搜一下,public object GetValue( 
       int columnIndex
    ); 上面的那个方法