Spread for ASP.NET 11 Product Documentation
SelectionBlockOptions Property
Example 


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
Example
This example sets the SelectionBlockOptions property.
FpSpread1.SelectionBlockOptions = FarPoint.Web.Spread.SelectionBlockOptions.Cells;
FpSpread1.SelectionBlockOptions = FarPoint.Web.Spread.SelectionBlockOptions.Cells
See Also

Reference

FpSpread Class
FpSpread Members