GrapeCity.Xaml.SpreadSheet.Data
RemoveFloatingObject Method


The name of the floating object to remove.
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options