GridColumnInfoCollection.Item[Int32] 屬性

定義

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

參數

index
Int32

屬性值

GridColumnInfo

適用於