Gets an enumerable with all selected cell ranges.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public IEnumerable<CellRange> AllRanges { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property AllRanges As IEnumerable(Of CellRange) |
An IEnumerable object that can be used to enumerate all selected cell ranges.
See Also