Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObject Class / Name Property


In This Topic
    Name Property (FloatingObject)
    In This Topic
    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