Spreadsheet.SubsetRandomSamplingEx2
This property creates a new spreadsheet containing the specified subset of the current spreadsheet using selection conditions and Random Sampling.
| Syntax | Parameters | Return Value |
|---|---|---|
ReadOnly Property Spreadsheet.SubsetRandomSamplingEx2( _
Variables As Variant, _
selectionIncludeExpression As String, _
selectionIncludeList As String, _
selectionExcludeExpression As String, _
selectionExcludeList As String, _
samplingType As RandomSamplingType, _
PctOrNumberOfCases As Double, _
Optional bQuickRand As Boolean = True, _
Optional bWithReplacement As Boolean = False, _
Optional bUseSpreadsheetCaseWeights As Boolean = False, _
Optional bExactN As Boolean = False, _
Optional CopyFormatting As Boolean = False) As Spreadsheet
|
Type: Variant Type: String Type: String Type: String Type: String Type: RandomSamplingType Type: Double Type: Boolean Default value: True Type: Boolean Default value: False Type: Boolean Default value: False Type: Boolean Default value: False Type: Boolean Default value: False |
Spreadsheet |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
