DBTable.SubsetSystematicRandomSamplingEx

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 DBTable.SubsetSystematicRandomSamplingEx( _
    Variables As Variant, _
    selectionIncludeExpression As String, _
    selectionIncludeList As String, _
    selectionExcludeExpression As String, _
    selectionExcludeList As String, _
    sampleSize As Integer) As Spreadsheet
  • Variables [in]

    Type: Variant

  • selectionIncludeExpression [in]

    Type: String

  • selectionIncludeList [in]

    Type: String

  • selectionExcludeExpression [in]

    Type: String

  • selectionExcludeList [in]

    Type: String

  • sampleSize [in]

    Type: Integer

Spreadsheet