{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:vb.net}
Public Shared Const ALLROWS As Integer = -1
{signature}