MindFusion.Wpf Pack Programmer's Guide
Selection.Set Method (CellRange)
See Also
 





Sets the selection over the cells in the specified range.

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

 Syntax

C#  Copy Code

public void Set (
    CellRange cellRange
)

Visual Basic  Copy Code

Public Sub Set( _
    cellRange As CellRange _
)

 Parameters

cellRange

A CellRange object specifying the cells to select.

 See Also

Set Method Overload List
Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace