TabularData.Rows 属性

定义

获取或设置表格数据中的数据行。

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

属性值

返回 Collection<T>

属性

适用于