DiagnosticBag

Overview

DiagnosticBag is a class in Aspose.Cells FOSS for Java.

Represents a bag of diagnostic entries.

Properties

NameTypeAccessDescription
entriesList<DiagnosticEntry>ReadGets the read-only list of diagnostic entries.

Methods

SignatureDescription
getEntries()List<DiagnosticEntry>Gets the read-only list of diagnostic entries.
add(entry: DiagnosticEntry)Adds a diagnostic entry to the bag.