Gets an object that can be used to manipulate the selection in the view.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Selection Selection { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Selection As Selection |
An instance of the Selection class.
See Also