Spreadsheet.SubsetStratifiedRandomSamplingEx
This property Creates a new spreadsheet containing the specified subset of the current spreadsheet using selection conditions and Stratified Random Sampling.
This property is read only.
| Syntax | Parameters | Return Value |
|---|---|---|
ReadOnly Property Spreadsheet.SubsetStratifiedRandomSamplingEx( _
Variables As Variant, _
selectionIncludeExpression As String, _
selectionIncludeList As String, _
selectionExcludeExpression As String, _
selectionExcludeList As String, _
sVar As Variant, _
sCode As Variant, _
sProb As Variant, _
Optional bQuickRand As Boolean = True, _
Optional bSampleNumberOfCases As Boolean = False, _
Optional bUseSpreadsheetCaseWeights As Boolean = False, _
Optional bExactN As Boolean = False, _
Optional bUseSpreadsheetSelCond As Boolean = False, _
Optional CopyFormatting As Boolean = False) As Spreadsheet
|
Type: Variant
Type: String
Type: String
Type: String
Type: String
Type: Variant
Type: Variant
Type: Variant
Type: Boolean Default value: False
Type: Boolean Default value: False
Type: Boolean Default value: False
Type: Boolean Default value: False
Type: Boolean Default value: False
Type: Boolean Default value: False |
Spreadsheet |