API Reference

Class

ExcelVisualConditionalIcon

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Conditional-formatting icon overlay in an Excel range snapshot.

Inheritance

  • Object
  • ExcelVisualConditionalIcon

Usage

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

Returned or exposed by

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; } #

Cell width in CSS pixels.

public Double Height { get; } #

Cell height in CSS pixels.

public ExcelConditionalIconKind Kind { get; } #

Rendered icon kind.

public Boolean ShowValue { get; } #

Whether the formatted cell value should be rendered beside the icon.