SpreadsheetImporter.SetRandomSampling
This function Extracts a random sample of the cases from the input file. Percentage value should be within the range of 0-100.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub SpreadsheetImporter.SetRandomSampling( _
bRandomSample As Boolean, _
percentCases As Double)
|
Type: Boolean
Type: Double |
This function does not return a value. |