Share via


GridCellCollection.Item[Int32] Property

Definition

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

Parameters

index
Int32

Property Value

Applies to