Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / MoveFloatingObjectExtent Class / Names Property


In This Topic
    Names Property (MoveFloatingObjectExtent)
    In This Topic
    Gets the names.
    Syntax
    'Declaration
     
    Public ReadOnly Property Names As String()
    'Usage
     
    Dim instance As MoveFloatingObjectExtent
    Dim value() As String
     
    value = instance.Names
    public string[] Names {get;}

    Property Value

    The names.
    See Also