Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Syntax
Java
Copy Code
|
---|
public CellsInsertedEvent ( Object source, CellRef cellRef, PushDirection direction, Iterable<PlainRegion> oldCellRegions, Iterable<PlainRegion> newCellRegions, Iterable<PlainRegion> oldColumnRegions, Iterable<PlainRegion> newColumnRegions, Iterable<PlainRegion> oldRowRegions, Iterable<PlainRegion> newRowRegions ) |
Parameters
See Also