Represents a set of selected cells and objects within a grid view.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
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 WorksheetView or WorkbookView, use the respective Selection property.
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.Selection
See Also