GridColumnCollection.Item[Int32] 屬性

定義

public:
 property Microsoft::ReportingServices::QueryDesigners::GridColumn ^ default[int] { Microsoft::ReportingServices::QueryDesigners::GridColumn ^ get(int index); void set(int index, Microsoft::ReportingServices::QueryDesigners::GridColumn ^ value); };
public Microsoft.ReportingServices.QueryDesigners.GridColumn this[int index] { get; set; }
Default Public Property Item(index As Integer) As GridColumn

參數

index
Int32

屬性值

GridColumn

適用於