Visual Basic (Declaration) | |
---|---|
Public Property SplitByLimit As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string SplitByLimit {get; set;} |
C# | Copy Code |
---|---|
de.SplitByLimit="3"; |
Visual Basic | Copy Code |
---|---|
de.SplitByLimit="3"; |
This property works with conjunction of LimitMode property and determines the number of series to include in the return. The limit string can be a number "3" or "2x3". In the second format, the first number determines the group positon and the second number is the limit. By setting "2x3" with top limit mode, it only return the second "3" maximum series.
See Getting Started > Tutorials > Data Engine.