Search
WorkbookView.Selection Property
See Also
 






Gets an object that can be used to manipulate the selection in the view.

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

 Syntax

C#  Copy Code

public Selection Selection { get; }

Visual Basic  Copy Code

Public ReadOnly Property Selection As Selection

 Property Value

An instance of the Selection class.

 See Also