GridHeader.HeaderItemCollection.Item[Int32] Property

Definition

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

Parameters

index
Int32

Property Value

Applies to