WebGridRow.GetEnumerator Method

Definition

Returns an enumerator that can be used to iterate through the values of the WebGridRow instance.

public System.Collections.Generic.IEnumerator<object> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<obj>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<obj>
Public Function GetEnumerator () As IEnumerator(Of Object)

Returns

An enumerator that can be used to iterate through the values of the row.

Implements

Applies to