IWarningCallback
Overview
IWarningCallback is a interface in Aspose.Cells FOSS for .NET.
Defines a callback that receives load warnings.
This interface provides 1 method for working with IWarningCallback objects in .NET programs.
Available methods include: Warning.
All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package.
Description
IWarningCallback is an interface in Aspose.Cells FOSS for .NET that defines a contract with 1 method. Classes that implement this interface must provide concrete implementations for all declared operations.
Methods
| Signature | Description |
|---|---|
Warning(warningInfo: WarningInfo) | The warning details. |