StaSpreadsheet.DeleteVariables

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

Syntax Parameters Return Value
Sub StaSpreadsheet.DeleteVariables( _
    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.