MailMergeCustomSeparators Members
In This Article
#Constructors
Name | Description |
---|---|
Mail |
Initializes a new instance of the Mail |
Mail |
Initializes a new instance of the Mail |
#Properties
Name | Description |
---|---|
Field |
Gets or sets a symbol displayed in the field result instead of a decimal separator specified in the numeric format switch. |
Field |
Gets or sets a symbol displayed in the field result instead of a group separator specified in the numeric format switch. |
Mask |
Gets or sets a symbol used as a decimal separator in the numeric format switch of a document field. |
Mask |
Gets or sets a symbol used as a group separator in the numeric format switch of a document field. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the object passed as the parameter to the current object. |
Clear() | Removes all custom separators. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Indicates whether none of the custom separators are specified. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also