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(); }
public void AddExportGrid(ExportGrid grid) { }