API Reference

Enum

LegacyXlsDrawingObjectType

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the object type declared by the FtCmo structure in a legacy XLS Obj record.

Inheritance

  • Enum
  • LegacyXlsDrawingObjectType

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 LegacyXlsDrawingObjectType Group #

Group object.

Value: 0
public const LegacyXlsDrawingObjectType Line #

Line object.

Value: 1
public const LegacyXlsDrawingObjectType Rectangle #

Rectangle object.

Value: 2
public const LegacyXlsDrawingObjectType Oval #

Oval object.

Value: 3
public const LegacyXlsDrawingObjectType Arc #

Arc object.

Value: 4
public const LegacyXlsDrawingObjectType Chart #

Chart object.

Value: 5
public const LegacyXlsDrawingObjectType Text #

Text object.

Value: 6
public const LegacyXlsDrawingObjectType Button #

Button object.

Value: 7
public const LegacyXlsDrawingObjectType Picture #

Picture object.

Value: 8
public const LegacyXlsDrawingObjectType Polygon #

Polygon object.

Value: 9
public const LegacyXlsDrawingObjectType Checkbox #

Checkbox object.

Value: 11
public const LegacyXlsDrawingObjectType RadioButton #

Radio button object.

Value: 12
public const LegacyXlsDrawingObjectType EditBox #

Edit box object.

Value: 13
public const LegacyXlsDrawingObjectType Label #

Label object.

Value: 14
public const LegacyXlsDrawingObjectType DialogBox #

Dialog box object.

Value: 15
public const LegacyXlsDrawingObjectType SpinControl #

Spin control object.

Value: 16
public const LegacyXlsDrawingObjectType Scrollbar #

Scrollbar object.

Value: 17
public const LegacyXlsDrawingObjectType List #

List object.

Value: 18
public const LegacyXlsDrawingObjectType GroupBox #

Group box object.

Value: 19
public const LegacyXlsDrawingObjectType DropdownList #

Dropdown list object.

Value: 20
public const LegacyXlsDrawingObjectType Note #

Note object.

Value: 25
public const LegacyXlsDrawingObjectType OfficeArtObject #

OfficeArt object.

Value: 30