Property

Method

Event

 

 

IntoTable

Invoked when the input caret enters into a table.

Syntax

    void IntoTable(
    void
    );

Sample Codes

VBScript

Function Wec_IntoTable()
    MsgBox "Into Table"
End Function

See Also

IntoCell, OutofCell, OutofTable