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
|
The variable. Type: Integer
Type: String
Type: Boolean Default value: True |
Variant |