Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadActions Class / MoveFloatingObjectRight Method


In This Topic
    MoveFloatingObjectRight Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub MoveFloatingObjectRight( _
       ByVal sender As Object, _
       ByVal e As ActionEventArgs _
    ) 
    'Usage
     
    Dim sender As Object
    Dim e As ActionEventArgs
     
    SpreadActions.MoveFloatingObjectRight(sender, e)
    public static void MoveFloatingObjectRight( 
       object sender,
       ActionEventArgs e
    )

    Parameters

    sender
    e
    See Also