TargetDataCellDataRowValues Property  | 
 
            Gets the row coordinates for the current instance.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "rowValues", EmitDefaultValue = false)]
public IList<ParameterValueData> RowValues { get; }<DataMemberAttribute(Name := "rowValues", EmitDefaultValue := false)>
Public ReadOnly Property RowValues As IList(Of ParameterValueData)
	Get
public:
[DataMemberAttribute(Name = L"rowValues", EmitDefaultValue = false)]
property IList<ParameterValueData^>^ RowValues {
	IList<ParameterValueData^>^ get ();
}[<DataMemberAttribute(Name = "rowValues", EmitDefaultValue = false)>]
member RowValues : IList<ParameterValueData> with get
Property Value
Type: 
IListParameterValueData
See Also