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


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

    Parameters

    sender
    e
    See Also