Spreadsheet.SubsetSystematicRandomSamplingEx2
This property creates a new spreadsheet containing the specified subset of the current spreadsheet using selection conditions and Systematic Random Sampling.
This property is read only.
| Syntax | Parameters | Return Value |
|---|---|---|
ReadOnly Property Spreadsheet.SubsetSystematicRandomSamplingEx2( _
Variables As Variant, _
selectionIncludeExpression As String, _
selectionIncludeList As String, _
selectionExcludeExpression As String, _
selectionExcludeList As String, _
sampleSize As Integer, _
Optional CopyFormatting As Boolean = False) As Spreadsheet
|
Type: Variant
Type: String
Type: String
Type: String
Type: String
Type: Integer
Type: Boolean Default value: False |
Spreadsheet |