Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / HideObjEnum Enumeration


In This Topic
    HideObjEnum Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum HideObjEnum 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HideObjEnum
    public enum HideObjEnum : System.Enum 
    Members
    MemberDescription
    HIDEALLActiveX objects, OLE objects, and drawing objects are not displayed in the window that contains the workbook.
    SHOWALLActiveX objects, OLE objects, and drawing objects are displayed in the window that contains the workbook.
    SHOWPLACEHOLDERPlaceholders are displayed in place of ActiveX objects, OLE objects, and drawing objects in the window that contains the workbook.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.HideObjEnum

    See Also