Share via


GridViewTransformReferenceCollection.GetItemById Method (Microsoft.PerformancePoint.Scorecards)

Finds an item in this collection by Id

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function GetItemById ( _
    id As String _
) As GridViewTransformReference
'Usage
Dim instance As GridViewTransformReferenceCollection
Dim id As String
Dim returnValue As GridViewTransformReference

returnValue = instance.GetItemById(id)
public GridViewTransformReference GetItemById (
    string id
)

Parameters

  • id
    The id to search for

Return Value

The first item in the collection with the specified Id, null if no such item exists

See Also

Reference

GridViewTransformReferenceCollection Class
GridViewTransformReferenceCollection Members
Microsoft.PerformancePoint.Scorecards Namespace