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