Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / OperationMode Enumeration


In This Topic
    OperationMode Enumeration
    In This Topic
    Specifies how the sheet responds to user interaction and what selections are allowed.
    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 default spreadsheet operations
    ReadOnlyProhibits the user from changing anything on this spreadsheet (and sheet has no active cell)
    RowModeAllows the user to select rows in the spreadsheet, and edit individual cells in rows by double-clicking the cell
    SingleSelectAllows the user to select single rows in the spreadsheet (as one would in a single-selection list box)
    Inheritance Hierarchy

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

    See Also