Represents a set of selected cells and objects within a grid view.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public class Selection |
Visual Basic
Copy Code
|
|---|
Public Class Selection |
RemarksThis class cannot be instantiated directly. To get an instance of this class for a specific WorkbookView, use the Selection property.
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.Wpf.Selection
See Also