Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IFloatingObject Interface / Name Property


In This Topic
    Name Property (IFloatingObject)
    In This Topic
    Gets the name of the floating object.
    Syntax
    'Declaration
     
    ReadOnly Property Name As String
    'Usage
     
    Dim instance As IFloatingObject
    Dim value As String
     
    value = instance.Name
    string Name {get;}
    See Also