Ejemplo n.º 1
0
        public DimensionChange(object[] source, string rowCol, string colRow, string[] cols)
        {
            this._originalSource = source;
            this._rowCol         = rowCol;
            this._colRow         = colRow;
            this._cols           = cols;

            this._grid = new ExportGrid();
        }
Ejemplo n.º 2
0
 public void AddExportGrid(ExportGrid grid)
 {
 }