StaSpreadsheet.AddCasesNoFill

This function adds the specified number of cases to the spreadsheet, does not fill with MD. You must set data for all cells in the new cases.

Syntax Parameters Return Value
Sub StaSpreadsheet.AddCasesNoFill( _
    Optional After As Long = -1, _
    Optional HowMany As Long = 1)
  • After [in,optional]

Type: Long

Default value: -1

  • HowMany [in,optional]

Type: Long

Default value: 1

This function does not return a value.