Returns the metadata value that was set for the given column using [method set_metadata].
</description>
</method>
<methodname="get_next">
@ -239,6 +240,7 @@
<argumentindex="0"name="column"type="int">
</argument>
<description>
Returns the value of a [constant CELL_MODE_RANGE] column.
</description>
</method>
<methodname="get_range_config">
@ -247,6 +249,7 @@
<argumentindex="0"name="column"type="int">
</argument>
<description>
Returns a dictionary containing the range parameters for a given column. The keys are "min", "max", "step", and "expr".
</description>
</method>
<methodname="get_suffix"qualifiers="const">
@ -255,6 +258,7 @@
<argumentindex="0"name="column"type="int">
</argument>
<description>
Gets the suffix string shown after the column value.
</description>
</method>
<methodname="get_text"qualifiers="const">
@ -541,6 +545,7 @@
<argumentindex="1"name="meta"type="Variant">
</argument>
<description>
Sets the metadata value for the given column, which can be retrieved later using [method get_metadata]. This can be used, for example, to store a reference to the original data.
</description>
</method>
<methodname="set_range">
@ -551,6 +556,7 @@
<argumentindex="1"name="value"type="float">
</argument>
<description>
Sets the value of a [constant CELL_MODE_RANGE] column.