Interface IWarning
Represents the Warning details for the unsupported and substituted elements.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface IWarning
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. |