Spread for ASP.NET 8.0 Product Documentation
SelectionBlockOptions Property
Example 


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
System.ComponentModel.InvalidEnumArgumentException 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
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.