C1.Web.Mvc.Sheet Namespace / ContentType Enumeration

ContentType Enumeration
Specifies the type of remote save content.
Syntax
'Declaration
 
Public Enum ContentType 
   Inherits 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