Class WarningInfo
Represents the warning details with type and description.
Inheritance
System.Object
WarningInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class WarningInfo
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 |