Spreadsheet.VariableSetTextType

This function changes a variable to Text type and sets the length in one step.

Syntax Parameters Return Value
Sub Spreadsheet.VariableSetTextType( _
    VarNo As Integer, _
    Length As Integer)
  • VarNo [in]

Which variable to set to text.

Type: Integer

  • Length [in]

Integer value that specifies the text length of the variable.

Type: Integer

This function does not return a value.