Spread WPF Documentation
Name Property (FloatingObject)


GrapeCity.Windows.SpreadSheet.Data Namespace > FloatingObject Class : Name Property
Gets the name of the floating object.
Syntax
'Declaration
 
Public Property Name As System.String
'Usage
 
Dim instance As FloatingObject
Dim value As System.String
 
instance.Name = value
 
value = instance.Name
public System.string Name {get; set;}
See Also

Reference

FloatingObject Class
FloatingObject Members