Spread for ASP.NET 12 Product Documentation
SelectionBlockOptions Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : SelectionBlockOptions Property
Gets or sets which types of selections the user can make in the view.
Syntax
'Declaration
 
Public Property SelectionBlockOptions As SelectionBlockOptions
'Usage
 
Dim instance As FpSpread
Dim value As SelectionBlockOptions
 
instance.SelectionBlockOptions = value
 
value = instance.SelectionBlockOptions
public SelectionBlockOptions SelectionBlockOptions {get; set;}
Exceptions
ExceptionDescription
Specified value is not a valid selection option
See Also

Reference

FpSpread Class
FpSpread Members