Adds new rows to the table by tabulating the contour with a given number of points.
Syntax
Rows.TabulateNumber (
[Number As Long], '
[eachSegment As Boolean] ) '
Parameters
Number
[in] Long
eachSegment
[in] Boolean
Remarks
The TabulateNumber method removes all rows from the table and then adds new rows by
tabulating the contour with a given number of points, specifying by the Number
parameter. The eachSegment flag, if given as TRUE, specifies that each contour
segment rather than the whole contour will be tabulated with a Numberof points.