Interface SheetChange<T>
- Type Parameters:
T- type of the data
public interface SheetChange<T>
A change in sheet's data - usually caused by user interaction.
-
Method Summary
-
Method Details
-
data
- Returns:
- data after the change
-
T - type of the data