TestimoX

API Reference

Enum

HighlightTarget

Namespace TestimoX.Definitions
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Target for a highlight rule: entire row or specific cell.

Inheritance

  • Enum
  • HighlightTarget

Values

public const HighlightTarget Row #

Apply color to the whole row.

Value: 0
public const HighlightTarget Cell #

Apply color to a single cell.

Value: 1