SpreadsheetImporter.AddTextValue

This function adds a text label association for a numeric column.

Syntax Parameters Return Value
Sub SpreadsheetImporter.AddTextValue( _
    fieldNb As Integer, _
    text As String, _
    val As Double)
  • fieldNb [in]

Type: Integer

  • text [in]

Type: String

  • val [in]

Type: Double

This function does not return a value.