Search
Selection.contains Method
See Also
 






Checks whether the selection contains the cell at the specified coordinates.

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

 Syntax

Java  Copy Code

public boolean contains (
    int column,
    int row
)

 Parameters

column

row

 Return Value

true if the selection contains the cell at the specified coordinates; otherwise, false.

 See Also