Search
CellsEvent Constructor
See Also
 






Initializes a new instance of the CellsEvent class.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public CellsEvent (
    Object source,
    Iterable<CellStorage> cells
)

 Parameters

source

cells

 See Also