TableRowGroupCollection.Item[Int32] 屬性

定義

取得位於指定之索引的集合項目。 這是已建立索引的屬性。

public:
 property System::Windows::Documents::TableRowGroup ^ default[int] { System::Windows::Documents::TableRowGroup ^ get(int index); void set(int index, System::Windows::Documents::TableRowGroup ^ value); };
public System.Windows.Documents.TableRowGroup this[int index] { get; set; }
member this.Item(int) : System.Windows.Documents.TableRowGroup with get, set
Default Public Property Item(index As Integer) As TableRowGroup

參數

index
Int32

以零起始的索引,用來指定要擷取的集合項目的位置。

屬性值

TableRowGroup

位於指定之索引的集合項目。

實作

例外狀況

index 小於零,或者 index 大於或等於 Count 時引發。

備註

這是支援標準索引語法 (的索引屬性,類似于用來存取陣列中特定儲存格) 。

適用於