OfficeIMO

API Reference

Class

CollectionColumnMapping

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Configuration for mapping a collection of objects into dynamic columns.

Inheritance

  • Object
  • CollectionColumnMapping

Constructors

Properties

public String KeyProperty { get; set; } #

Property name on the item to use as the header suffix (key).

public String ValueProperty { get; set; } #

Property name on the item to use as the cell value.

public String HeaderPrefix { get; set; } #

Optional prefix for generated column headers.