API Reference

Enum

ExcelImagePlacement

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

Describes how a two-cell anchored worksheet image should react when rows or columns move or resize.

Inheritance

  • Enum
  • ExcelImagePlacement

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 ExcelImagePlacement MoveAndSize #

The image moves and resizes with the cells between its start and end markers.

Value: 0
public const ExcelImagePlacement MoveOnly #

The image moves with cells but keeps its current size.

Value: 1
public const ExcelImagePlacement FreeFloating #

The image keeps its absolute visual position relative to the worksheet drawing canvas.

Value: 2