IMinutesFieldManager.DeleteField Method

Deletes a field.
Sub DeleteField( _ 
ByVal mnemonic As String
)
This language is not supported or no code example is available.
void DeleteField( 
string mnemonic 
)
This language is not supported or no code example is available.

Parameters

mnemonic
string

The mnemonic of the field to be deleted.

Exception type Condition

ArgumentNullException

The mnemonic is null reference (Nothing in Visual Basic).

InvalidOperationException

This fields manager is for a set of fields. Fields cannot be deleted from a set of fields.

Remarks
 
Nothing happens if the field doesn't exist.
Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition