Spread for ASP.NET 12 Product Documentation
OperationMode Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : OperationMode Enumeration
Specifies how the sheet responds to user interaction and how selection behaves.
Syntax
'Declaration
 
Public Enum OperationMode 
   Inherits System.Enum
'Usage
 
Dim instance As OperationMode
public enum OperationMode : System.Enum 
Members
MemberDescription
ExtendedSelectAllows the user to select multiple discontiguous rows in the spreadsheet (as one would in an extended-select list box)
MultiSelectAllows the user to select multiple contiguous rows in the spreadsheet (as one would in a multiple-select list box)
NormalAllows users to perform default spreadsheet selecting and editing
ReadOnlyAllows users to see the data but not to select or edit any cell or row in the sheet
RowModeAllows users to select (highlight) a single row only and to edit an individual cell in that row
SingleSelectAllows users to select (highlight) a single row only but not to edit any cell
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.OperationMode

See Also

Reference

FarPoint.Web.Spread Namespace