API Reference

Enum

VisioOrgChartNodeKind

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Semantic node kinds used by the org chart diagram builder.

Inheritance

  • Enum
  • VisioOrgChartNodeKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const VisioOrgChartNodeKind Executive #

The top executive/root node.

Value: 0
public const VisioOrgChartNodeKind Manager #

A manager or team lead.

Value: 1
public const VisioOrgChartNodeKind Position #

A standard reporting position.

Value: 2
public const VisioOrgChartNodeKind Assistant #

An assistant attached beside a manager.

Value: 3
public const VisioOrgChartNodeKind Vacancy #

An open position.

Value: 4
public const VisioOrgChartNodeKind External #

An external advisor, vendor, or partner role.

Value: 5