Search
CellsInsertedEvent Constructor
See Also
 






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

source

cellRef

direction

oldCellRegions

newCellRegions

oldColumnRegions

newColumnRegions

oldRowRegions

newRowRegions

 See Also