'宣言 Public Enum CssExportType Inherits System.Enum
public enum CssExportType : System.Enum
'宣言 Public Enum CssExportType Inherits System.Enum
public enum CssExportType : System.Enum
| メンバ | 解説 |
|---|---|
| External | CSS を外部 CSS ファイルにエクスポートします。 |
| Inline | HTML要素内のstyle属性を含むCSSをエクスポートします。 |
| Internal | HTMLのstyleタグを使用してCSSをエクスポートします。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.CssExportType