Checks whether the specified column is part of the selection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool InColumn ( |
Visual Basic
Copy Code
|
|---|
Public Function InColumn( _ |
The column to test.
true if at least one cell in the column is selected; otherwise, false.
See Also