PackageLoadContext

PackageLoadContext

Overview

PackageLoadContext is a class in Aspose.Cells FOSS for .NET.

Represents package load context.

Properties

NameTypeAccessDescription
WorkbookobjectReadGets the workbook associated with the load context
PackagePackageModelReadGets the PackageModel representing the underlying package

Methods

SignatureDescription
PackageLoadContext(workbook: object, package: PackageModel)The package.

See Also