The default value for the argument, which will be used if the user
omits the argument.
Ignored if
Flags does not contain Optional.
Namespace:
XllPlus
Assembly:
Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
| C# |
|---|
public string DefaultValue { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DefaultValue As String |
| Visual C++ |
|---|
public:
property String^ DefaultValue {
String^ get ();
void set (String^ value);
} |
See Also