API Reference

Enum

VisioShapeDataType

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

Visio Shape Data type values used by the ShapeSheet Prop.Type cell.

Inheritance

  • Enum
  • VisioShapeDataType

Usage

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

Accepted by parameters

Values

public const VisioShapeDataType String #

String value.

Value: 0
public const VisioShapeDataType FixedList #

Fixed list value.

Value: 1
public const VisioShapeDataType Number #

Number value.

Value: 2
public const VisioShapeDataType Boolean #

Boolean value.

Value: 3
public const VisioShapeDataType VariableList #

Variable list value.

Value: 4
public const VisioShapeDataType Date #

Date or time value.

Value: 5
public const VisioShapeDataType Duration #

Duration value.

Value: 6
public const VisioShapeDataType Currency #

Currency value.

Value: 7