ActiveReports 9
Item Property (RowGroupingCollection)

A zero-based Integer indicating the index of the RowGrouping to return or set.
Gets or sets a specific RowGrouping object in the RowGroupingCollection by position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As RowGrouping
public RowGrouping this[ 
   System.int index
]; {get; set;}

Parameters

index
A zero-based Integer indicating the index of the RowGrouping to return or set.

Property Value

The RowGrouping object at the specified position.
See Also

Reference

RowGroupingCollection Class
RowGroupingCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum