Class StdBEXDUMacro
Definição de uma função do utilizador (execução de macros VBA).
Inheritance
System.Object
StdBEXDUMacro
Implements
StdPlatBE100.IStdBEXDUMacro
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
[ComVisible(true)]
[Guid("2C06646F-961F-41CB-A751-22C44E24E437")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEXDUMacro : IStdBEXDUMacro
Constructors
StdBEXDUMacro()
Declaration
public StdBEXDUMacro()
Properties
Definicao
Definição do código de utilizador.
Declaration
public object Definicao { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Funcao
Identificador da função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Macro
Nome da macro a executar.
Declaration
public string Macro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdPlatBE100.IStdBEXDUMacro