Aspose::Cells::WarningType enum

WarningType enum

WaringType.

Deprecated

Use ExceptionType enum, instead.

enum class WarningType

Values

NameValueDescription
FontSubstitution0
Font substitution warning type when a font has not been found, this warning type can be get.
DuplicateDefinedName1
Duplicate defined name is found in the file.
UnsupportedFileFormat2
Unsupported file format.
InvalidTextOfDefinedName3
Invalid text of the defined name.
InvalidFontName4
Invalid the font name.
InvalidAutoFilterRange5
Invalid autofilter range.
IO6
The file is corrupted.
Limitation7
Out of MS Excel limitation error.
InvalidData8
Invalid data.
Formula9
Invalid formula.
InvalidOperator10
Invalid operator.

Remarks

NOTE: This enum is now obsolete. Instead, please use ExceptionType enum, instead. This property will be removed 12 months later since December 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also