HttpContentType Enumeration
|
HttpContent type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum HttpContentType
Public Enumeration HttpContentType
public enum class HttpContentType
Members
|
Member name
|
Value
|
Description
|
|
Excel97
|
0
|
Represents the Excel97 HttpContent type.
|
|
Excel2000
|
1
|
Represents the Excel2000 HttpContent type.
|
|
Excel2007
|
2
|
Represents the Excel2007 HttpContent type.
|
|
Excel2010
|
3
|
Represents the CSV HttpContent type.
|
|
CSV
|
4
|
Represents the CSV HttpContent type.
|
See Also