ActiveReports 9
Item Property (MatrixColumnCollection)

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

Parameters

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

Property Value

The MatrixColumn object at the specified position.
See Also

Reference

MatrixColumnCollection Class
MatrixColumnCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum