PaneTypes Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The enumeration specifies the different types of panes. Please take a look at: Open XML spec, 18.18.52 ST_Pane (Pane Types) [MS-XLS] 2.5.196 PaneType
Namespace:Bytescout.Spreadsheet.StructuresAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
bottomRight | 0 | Logical bottom-right pane | |
topRight | 1 | Logical top-right pane | |
bottomLeft | 2 | Logical bottom-left pane | |
topLeft | 3 | Logical top-left pane |
See Also