Share via


ScaleRange.FieldsUsedInValueExpression 属性

定义

获取在值表达式中使用的字段。

public:
 property System::Collections::Generic::List<System::String ^> ^ FieldsUsedInValueExpression { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> FieldsUsedInValueExpression { get; }
member this.FieldsUsedInValueExpression : System.Collections.Generic.List<string>
Public ReadOnly Property FieldsUsedInValueExpression As List(Of String)

属性值

List<T> 对象。

适用于