Example #1
0
 private BgConvInfo blSheetGetRow(int rowidx)
 {
     return(BgConvInfo.decode(blSheet.Rows[rowidx].Cells[blSheet.ColumnCount - 1].Value.ToString()));
 }
Example #2
0
        private BgConvInfo bciSheetGetRow(int rowidx)
        {
            DataGridViewRow row = this.bciSheet.Rows[rowidx];

            return(BgConvInfo.decode(row.Cells[4].Value.ToString()));
        }