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