Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jump to:
Table of Contents
maxLevel5
minLevel2

 

Definition

...

Excerpt

The DataBindingProperties

...

 object controls how data is bound when

...

the BindData

...

 method is called. DataBindingProperties can control the max rows of data per slide, the max total rows of data imported, and the slide to which the data is bound.

...

The BindData method requires a DataBindingProperties object as a parameter. Use the following line of code to create a new DataBindingProperties object.

Code Block
DataBindingProperties dataProps = pptt.CreateDataBindingProperties();

...