Class WarningInfo
Represents the warning details with type and description.
Inheritance
System.Object
WarningInfo
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class WarningInfo : Object
Properties
Description
Specifies the description for the warning.
Declaration
public string Description { get; }
Property Value
Type |
---|
System.String |
Type
Specifies the type of the warning.
Declaration
public WarningType Type { get; }
Property Value
Type |
---|
WarningType |