Creates a new InlineValueVariableLookup object.
The document line where to show the inline value.
OptionalvariableName: stringThe name of the variable to look up.
OptionalcaseSensitiveLookup: booleanHow to perform the lookup. If missing lookup is case sensitive.
ReadonlycaseHow to perform the lookup.
ReadonlyrangeThe document range for which the inline value applies. The range is used to extract the variable name from the underlying document.
Optional ReadonlyvariableIf specified the name of the variable to look up.
Provide inline value through a variable lookup. If only a range is specified, the variable name will be extracted from the underlying document. An optional variable name can be used to override the extracted name.