MindFusion.Wpf Pack Programmer's Guide
Selection.Range Property
See Also
 





Gets a CellRange object representing the selected range of cells, or null (Nothing in Visual Basic), if the selection is empty.

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

 Syntax

C#  Copy Code

public CellRange Range { get; }

Visual Basic  Copy Code

Public ReadOnly Property Range As CellRange

 Property Value

An instance of the CellRange class.

 See Also

Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace