Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum MsoPathType
Public Enumeration MsoPathType
public enum class MsoPathType
type MsoPathType
Members
| Member | Value | Description |
|---|---|---|
| MsopathLineTo | 0 | |
| MsopathCurveTo | 1 | |
| MsopathMoveTo | 2 | |
| MsopathClose | 3 | |
| MsopathEnd | 4 | |
| MsopathEscape | 5 | |
| MsopathArcTo | 6 | |
| Unknown | 7 |