Search
Selection.InRow Method
See Also
 






Indicates whether the specified row is part of the selection.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool InRow (
    int row
)

Visual Basic  Copy Code

Public Function InRow( _
    row As Integer _
) As Boolean

 Parameters

row

The row to test.

 Return Value

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

 See Also