Spreadsheet.SubsetSplitSpreadsheetEnh
This function creates two new spreadsheets by splitting the current spreadsheet using a probability value.
Syntax | Parameters | Return Value |
---|---|---|
Sub Spreadsheet.SubsetSplitSpreadsheetEnh( _ Variables As Variant, _ selectionIncludeExpression As String, _ selectionIncludeList As String, _ selectionExcludeExpression As String, _ selectionExcludeList As String, _ dProb As Double, _ bQuickRand As Boolean, _ bUseSpreadsheetSelCond As Boolean, _ bUseCaseWiseMDDeletion As Boolean, _ CopyFormatting As Boolean, _ Exact As Boolean, _ ExactN As Boolean, _ ByRef LeftSpreadsheet As Spreadsheet, _ ByRef RightSpreadsheet As Spreadsheet) |
Type: Variant Type: String Type: String Type: String Type: String Type: Double Type: Boolean Type: Boolean Type: Boolean Type: Boolean Type: Boolean Type: Boolean Type: Spreadsheet Type: Spreadsheet |
This function does not return a value. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.