Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CssExportType Enumeration
In This Topic
    CssExportType Enumeration
    In This Topic
    CSS export type.
    Syntax
    public enum CssExportType : System.Enum 
    Members
    MemberDescription
    External Export CSS to an external CSS file.
    Inline Export CSS with style attribute inside HTML elements.
    Internal Export CSS with the style tag in HTML.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.CssExportType

    See Also