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)
  • fieldIdxStartBlock [in]

Type: Integer

  • fieldIdxEndBlock [in]

Type: Integer

  • nbBlocks [in]

Type: Integer

  • options [in]

Type: Long

This function does not return a value.