MindFusion.Wpf Pack Programmer's Guide
Selection.InRow Method
See Also
 





Indicates whether the specified row is part of the selection.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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

Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace