ClearAllData() public method

Removes the TableModel from the Table but leaves the ColumnModel unaltered.
public ClearAllData ( ) : void
return void
Ejemplo n.º 1
0
 private void DoMyClickThing(CellPos cellpos)
 {
     // Off we go...
     table.ClearAllData();
 }