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





Checks whether the selection contains the cell at the specified coordinates.

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

 Syntax

C#  Copy Code

public bool Contains (
    int column,
    int row
)

Visual Basic  Copy Code

Public Function Contains( _
    column As Integer, _
    row As Integer _
) As Boolean

 Parameters

column

The 0-based index of the column of the cell to check.

row

The 0-based index of the row of the cell to check.

 Return Value

true if the selection contains the cell at the specified coordinates; otherwise, false.

 See Also

Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace