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