Search
Selection.inRow Method
See Also
 






Indicates whether the specified row is part of the selection.

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

 Syntax

Java  Copy Code

public boolean inRow (
    int row
)

 Parameters

row

The row to test.

 Return Value

true if at least one cell in the row is selected; otherwise, false.

 See Also