GrapeCity.Xaml.SpreadSheet.Data
Name Property (FloatingObject)


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

Reference

FloatingObject Class
FloatingObject Members