GlobalClass.DDEExecute(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void DDEExecute(int Channel, System::String ^ Command) = Microsoft::Office::Interop::Word::_Global::DDEExecute;
public virtual void DDEExecute (int Channel, string Command);
abstract member DDEExecute : int * string -> unit
override this.DDEExecute : int * string -> unit
Public Overridable Sub DDEExecute (Channel As Integer, Command As String)
Parameters
- Channel
- Int32
- Command
- String