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>

屬性

適用於