IWarningCallback

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 Go programs. Available methods include: Warning. All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.

Methods

SignatureDescription
Warning(warningInfo: WarningInfo)The warning details.

See Also