Search
Selection.inColumn Method
See Also
 






Checks whether the specified column is part of the selection.

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

 Syntax

Java  Copy Code

public boolean inColumn (
    int column
)

 Parameters

column

The column to test.

 Return Value

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

 See Also