예제 #1
0
 public MediaInfo plSheetGetRow(int rowidx)
 {
     return(MediaInfo.decode(plSheet.Rows[rowidx].Cells[plSheet.ColumnCount - 1].Value.ToString()));
 }
예제 #2
0
        private MediaInfo mainSheetGetRow(int rowidx)
        {
            DataGridViewRow row = this.mainSheet.Rows[rowidx];

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