[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSContainer.Find

Find Method

Find(int)

Finds an object in the collection that matches the specified unique identifier.

Declaration
public virtual PSObject Find(int uniqueIdentifier)
Public Overridable Function Find(uniqueIdentifier As Integer) As PSObject
Parameters
Type Name Description
int uniqueIdentifier

Unique identifier for the object in the collection

Returns
Type Description
PSObject

An object in the collection that matches the specified unique identifier.