Spread Silverlight Documentation
FindFloatingObject Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : FindFloatingObject Method
The name of the floating object to find.
Finds the floating object with specified name.
Syntax
'Declaration
 
Public Function FindFloatingObject( _
   ByVal name As System.String _
) As FloatingObject
'Usage
 
Dim instance As Worksheet
Dim name As System.String
Dim value As FloatingObject
 
value = instance.FindFloatingObject(name)
public FloatingObject FindFloatingObject( 
   System.string name
)

Parameters

name
The name of the floating object to find.
See Also

Reference

Worksheet Class
Worksheet Members