API Reference

Enum

ExcelVisualDrawingLayerKind

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

Kind of worksheet drawing-layer overlay in an Excel range snapshot.

Inheritance

  • Enum
  • ExcelVisualDrawingLayerKind

Usage

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

Values

public const ExcelVisualDrawingLayerKind DrawingObject #

A supported worksheet shape or text box.

Value: 0
public const ExcelVisualDrawingLayerKind Image #

A worksheet picture.

Value: 1
public const ExcelVisualDrawingLayerKind Chart #

A worksheet chart.

Value: 2
public const ExcelVisualDrawingLayerKind CommentBody #

An opt-in worksheet comment or threaded-comment body callout.

Value: 3