StaSpreadsheetMultiThreaded.AddVariables
This function adds a specified number of variables to the spreadsheet.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub StaSpreadsheetMultiThreaded.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)
|
Type: String
Type: Long
Type: Long Default value: 1
Type: StaVariableType Default value: staTypeDouble
Type: Long Default value: 0
Type: Variant
Type: Variant
Type: Variant |
This function does not return a value. |