Spread for ASP.NET 12 Product Documentation
SelectionModel Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SelectionModel Property
Gets or sets the selections for the sheet.
Syntax
'Declaration
 
Public Property SelectionModel As ISheetSelectionModel
'Usage
 
Dim instance As SheetView
Dim value As ISheetSelectionModel
 
instance.SelectionModel = value
 
value = instance.SelectionModel
public ISheetSelectionModel SelectionModel {get; set;}
See Also

Reference

SheetView Class
SheetView Members