PackageLoadContext
Overview
PackageLoadContext is a class in Aspose.Cells FOSS for .NET.
Represents package load context.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Workbook | object | Read | Gets the workbook associated with the load context |
Package | PackageModel | Read | Gets the PackageModel representing the underlying package |
Methods
| Signature | Description |
|---|---|
PackageLoadContext(workbook: object, package: PackageModel) | The package. |