SpreadsheetImporter.SplitRepeatingBlocksIntoMultipleCases
When the file has blocks of repeating data, splits them into separate cases (the columns not in the repeating block are duplicated).
| Syntax | Parameters | Return Value |
|---|---|---|
Sub SpreadsheetImporter.SplitRepeatingBlocksIntoMultipleCases( _
fieldIdxStartBlock As Integer, _
fieldIdxEndBlock As Integer, _
nbBlocks As Integer, _
options As Long)
|
Type: Integer
Type: Integer
Type: Integer
Type: Long |
This function does not return a value. |