Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RemoveFloatingObject Method
The name of the floating object to remove.


In This Topic
    RemoveFloatingObject Method
    In This Topic
    Removes the floating object with the specified name.
    Syntax
    'Declaration
     
    Public Sub RemoveFloatingObject( _
       ByVal name As String _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim name As String
     
    instance.RemoveFloatingObject(name)
    public void RemoveFloatingObject( 
       string name
    )

    Parameters

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