'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.