Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SelectionUnit Property


In This Topic
SelectionUnit Property (SheetView)
In This Topic
Gets or sets the smallest unit users or the application can select on this sheet.
Syntax
'Declaration
 
Public Property SelectionUnit As SelectionUnit
 
'Usage
 
Dim instance As SheetView
Dim value As SelectionUnit
 
instance.SelectionUnit = value
 
value = instance.SelectionUnit
See Also