Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / Table Class / Execute Method
The action to execute.

In This Topic
    Execute Method (Table)
    In This Topic
    Executes the specified action.
    Syntax
    'Declaration
     
    Public Sub Execute( _
       ByVal action As Table.Action _
    ) 
    public void Execute( 
       Table.Action action
    )

    Parameters

    action
    The action to execute.
    See Also