Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView.BuiltInAction.Actions Enumeration


In This Topic
    SpreadView.BuiltInAction.Actions Enumeration
    In This Topic
    Represents built-in actions of Spread.
    Syntax
    'Declaration
     
    
    Public Enum SpreadView.BuiltInAction.Actions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SpreadView.BuiltInAction.Actions
    public enum SpreadView.BuiltInAction.Actions : System.Enum 
    Members
    MemberDescription
    AutoFitColumns 
    AutoFitRows 
    CalculateEntireWorkbook 
    CalculateSheet 
    CancelCommentThreaded 
    CreateCommentThreadedCreates a comment threaded to the cell.
    CreateTable 
    DeleteSheet 
    DisplayFormulas 
    FormatCell 
    HideSheet 
    MergeCells 
    MergeCellsAcross 
    MergeCellsCenter 
    PasteName 
    SelectEntireTableOrWorksheet 
    ShowActivateSheetDialog 
    ShowCard 
    ShowFormatCellsDialog 
    ShowHyperlinkDialog 
    ShowNameManager 
    StartAddingCommentThreaded 
    StartCommentEditing 
    StartReplyingToCommentThreaded 
    ToggleInsertFunction 
    ToggleTableTotalRow 
    UnhideSheets 
    UnmergeCells 
    ZoomToSelections 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.SpreadView.BuiltInAction.Actions

    See Also