Visual Basic (Declaration) | |
---|---|
Public Function GetValueList( _ ByVal ev As ElementValue _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string GetValueList( ElementValue ev ) |
Parameters
- ev
- The element value to get a list of.
Return Value
A comma delimited list of the specified values for each element.This method can be useful when constructing InfoGrids.