Ejemplo n.º 1
0
        public Dictionary <string, ICell> Column(string value, Row row)
        {
            ICell columnCell = Cell(value, row);

            return(columnCell != null?Columns.GetColumn(columnCell.ColumnNum()) : null);
        }