SMART datagrid v.1 > Classes > ValueColumn
If it is true, when copy selection area to clipboard, it will not transfer values of cell of this column.
Defaults to false.
var column = grid.getVisibleColumn(0);
if (column && column.blankWhenCopy()) {
column.setBlankWhenCopy(true);
}