StaSpreadsheet.DeleteCases

This function deletes the specified range of cases from the spreadsheet.

Syntax Parameters Return Value
Sub StaSpreadsheet.DeleteCases( _
    From As Long, _
    Optional To As Long = -1)
  • From [in]

Type: Long

  • To [in,optional]

Type: Long

Default value: -1

This function does not return a value.