WorksheetResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item in ResultWorksheets
public class WorksheetResult
type WorksheetResult = class
Public Class WorksheetResult
- Inheritance
-
WorksheetResult
Constructors
| Name | Description |
|---|---|
| WorksheetResult() | |
Properties
| Name | Description |
|---|---|
| URL |
URL to the XLSX file of this worksheet; file is stored in an in-memory cache and will be deleted |
| WorksheetContents |
Contents of the worksheet in bytes |
| WorksheetName |
The name of the worksheet |
| WorksheetNumber |
Worksheet number of the converted page, starting with 1 for the left-most worksheet |