Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Used by SetDataSource to indicate that as much of the data source should be imported as possible.

Signature
C#C#
Wiki Markup
{description}
{excerpt}
Used by [SetDataSource|WordTemplate.SetDataSource] to indicate that as much of the data source should be imported as possible.
{excerpt}
{signature:C#}
public static const int ALL_ROWS = -1;
Signature
{signature}
{signature:vb.net
vb.net
}
Public Shared Const ALLROWS As Integer = -1
{signature}