API Reference

Class

ExcelVisualCommentBody

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Visual callout for an Excel cell comment or threaded comment body.

Inheritance

  • Object
  • ExcelVisualCommentBody

Usage

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

Properties

public Int32 Row { get; } #

One-based source row.

public Int32 Column { get; } #

One-based source column.

public Double X { get; } #

X position in CSS pixels.

public Double Y { get; } #

Y position in CSS pixels.

public Double Width { get; } #

Callout width in CSS pixels.

public Double Height { get; } #

Callout height in CSS pixels.

public Double AnchorX { get; } #

X coordinate of the cell-side anchor point in CSS pixels.

public Double AnchorY { get; } #

Y coordinate of the cell-side anchor point in CSS pixels.

public Boolean Threaded { get; } #

Whether the callout represents threaded comments.

public String Title { get; } #

Callout title, usually the author or comment kind.

public String Text { get; } #

Plain text body rendered inside the callout.

public String Source { get; } #

Source reference used by export diagnostics.