FormField
MacroOnEnd Property
|
Returns or setsthe name of macros on end
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string MacroOnEnd { get; set; }
Public Property MacroOnEnd As String
Get
Set
public:
property String^ MacroOnEnd {
String^ get ();
void set (String^ value);
}
member MacroOnEnd : string with get, set
Property Value
Type:
String
See Also