BSky.Statistics.Common.ServerDataSource.ReadCell C# (CSharp) Method

ReadCell() public method

public ReadCell ( int row, int col ) : UAReturn
row int
col int
return UAReturn
        public UAReturn ReadCell(int row, int col) { return  this.Dispatcher.DataSourceReadCell(this, row, col); }