ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / ContentType Enumeration

In This Topic
    ContentType Enumeration
    In This Topic
    Specifies the type of remote save content.
    Syntax
    'Declaration
     
    
    Public Enum ContentType 
       Inherits System.Enum
    public enum ContentType : System.Enum 
    Members
    MemberDescription
    WorkbookThe Workbook object model.
    XlsxThe xlsx file.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Sheet.ContentType

    See Also