StaSpreadsheet.AddVariables

This function adds a specified number of variables to the spreadsheet.

Syntax Parameters Return Value
Sub StaSpreadsheet.AddVariables( _
    Name As String, _
    After As Long, _
    Optional HowMany As Long = 1, _
    Optional Type As StaVariableType = staTypeDouble, _
    Optional Len As Long = 0, _
    Optional MissingData As Variant, _
    Optional Format As Variant, _
    Optional LongName As Variant)
  • Name [in]

Type: String

  • After [in]

Type: Long

  • HowMany [in,optional]

Type: Long

Default value: 1

  • Type [in,optional]

Type: StaVariableType

Default value: staTypeDouble

  • Len [in,optional]

Type: Long

Default value: 0

  • MissingData [in,optional]

Type: Variant

  • Format [in,optional]

Type: Variant

  • LongName [in,optional]

Type: Variant

This function does not return a value.