TabularDataRow.Values Property

Definition

Gets or sets the values in a data row.

public:
 property System::Collections::ObjectModel::Collection<System::Object ^> ^ Values { System::Collections::ObjectModel::Collection<System::Object ^> ^ get(); void set(System::Collections::ObjectModel::Collection<System::Object ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<object> Values { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Values : System.Collections.ObjectModel.Collection<obj> with get, set
Public Property Values As Collection(Of Object)

Property Value

The values in a data row.

Attributes

Applies to