FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / Selection Property


Selection Property (SheetView.DocumentModels)
Gets or sets the selection model.
Syntax
'Declaration
 
Public Property Selection As ISheetSelectionModel
 
'Usage
 
Dim instance As SheetView.DocumentModels
Dim value As ISheetSelectionModel
 
instance.Selection = value
 
value = instance.Selection
Exceptions
ExceptionDescription
Model is not specified (or specified value is null)
See Also