MsoDiagramType Enum
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.
Specifies the type of diagram.
public enum class MsoDiagramType
public enum MsoDiagramType
type MsoDiagramType =
Public Enum MsoDiagramType
- Inheritance
-
MsoDiagramType
Fields
Name | Value | Description |
---|---|---|
msoDiagramMixed | -2 | Return value only; indicates a combination of the other states. |
msoDiagramOrgChart | 1 | Organization chart diagram. |
msoDiagramCycle | 2 | Cycle diagram. |
msoDiagramRadial | 3 | Radial diagram. |
msoDiagramPyramid | 4 | Pyramid diagram. |
msoDiagramVenn | 5 | Venn diagram. |
msoDiagramTarget | 6 | Target diagram. |