Retrieves the specified field object from the collection.
[Visual Basic] Overloads Public Item(Integer) As Field
Gets the Field object with the specified name in the FieldCollection.
[Visual Basic] Overloads Public Item(String) As Field
A reference to the field object at the specified index or with the specified name.
This is the default property for the FieldCollection.
[C#]
private void UnboundGrp_DataInitialize(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptUnboundGrp_DataInitialize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.DataInitialize |
FieldCollection Class | FieldCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.