ValueSource
Specifies whether the driver retrieves cell values from the Value fields, the DisplayValue field, or automatically selects based on availability.
Possible Values
Auto, Value, DisplayValueデータ型
string
デフォルト値
"Auto"
解説
This property specifies how cell values are retrieved from the data, based on the selected source field:
- When set to Auto, the driver automatically selects the field that is not empty.
- When set to Value, the driver retrieves data specifically from the Value field.
- When set to DisplayValue, the driver retrieves data from the DisplayValue field.
This property is useful for customizing how cell data is interpreted, particularly when working with data that includes both raw values and formatted display representations.