Indicates whether the specified row is part of the selection.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public boolean inRow ( |
The row to test.
true if at least one cell in the row is selected; otherwise, false.
See Also