Interface IWarning
Represents the Warning details for the unsupported and substituted elements.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IWarning
Properties
Cancel
Indicates whether to cancel the current process.
Declaration
bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
ShowWarning(WarningInfo)
Shows the warning in the workbook.
Declaration
void ShowWarning(WarningInfo warning)
Parameters
Type | Name | Description |
---|---|---|
WarningInfo | warning | WarningInfo instance with the warning description and type. |