MindFusion WinForms Programmer's Guide
Selection.AllRanges Property
See Also
 





Gets an enumerable with all selected cell ranges.

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

 Syntax

C#  Copy Code

public IEnumerable<CellRange> AllRanges { get; }

Visual Basic  Copy Code

Public ReadOnly Property AllRanges As IEnumerable(Of CellRange)

 Property Value

An IEnumerable object that can be used to enumerate all selected cell ranges.

 See Also

Selection Members
Selection Class
MindFusion.Spreadsheet Namespace