Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / MoveFloatingObjectExtent Class / MoveFloatingObjectExtent Constructor
The names.
The X offset.
The Y offset.


In This Topic
    MoveFloatingObjectExtent Constructor
    In This Topic
    Initializes a new instance of the MoveFloatingObjectExtent class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal names() As String, _
       ByVal offsetX As Double, _
       ByVal offsetY As Double _
    )
    'Usage
     
    Dim names() As String
    Dim offsetX As Double
    Dim offsetY As Double
     
    Dim instance As New MoveFloatingObjectExtent(names, offsetX, offsetY)
    public MoveFloatingObjectExtent( 
       string[] names,
       double offsetX,
       double offsetY
    )

    Parameters

    names
    The names.
    offsetX
    The X offset.
    offsetY
    The Y offset.
    See Also