Search
Selection Class
Remarks See Also
 






Represents a set of selected cells and objects within a grid view.

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

 Syntax

C#  Copy Code

public class Selection

Visual Basic  Copy Code

Public Class Selection

 Remarks

This class cannot be instantiated directly. To get an instance of this class for a specific WorksheetView or WorkbookView, use the respective Selection property.

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.Selection

 See Also