Spreadsheet.TextLabelValue

This property returns the value for the specified text label in the specified variable.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property Spreadsheet.TextLabelValue( _
    VarNo As Integer, _
    Label As String, _
    Optional CaseInsensitive As Boolean = True) As Variant
  • VarNo [in]

The variable.

Type: Integer

  • Label [in]

Type: String

  • CaseInsensitive [in,optional]

Type: Boolean

Default value: True

Variant