Spread ASP.NET 6.0 Product Documentation
SelectionBlockOptions Property
See Also  Example Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : SelectionBlockOptions Property


Glossary Item Box

Gets or sets which types of selections the user can make in the view.

Syntax

Visual Basic (Declaration) 
Public Property SelectionBlockOptions As SelectionBlockOptions
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As SelectionBlockOptions
 
instance.SelectionBlockOptions = value
 
value = instance.SelectionBlockOptions
C# 
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.
C#Copy Code
FpSpread1.SelectionBlockOptions = FarPoint.Web.Spread.SelectionBlockOptions.Cells;
Visual BasicCopy Code
FpSpread1.SelectionBlockOptions = FarPoint.Web.Spread.SelectionBlockOptions.Cells

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.