BSky.Statistics.Common.ServerDataSource.ReadCell C# (CSharp) Méthode

ReadCell() public méthode

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