<Code Lib>
M

NumberingFormatSettings.RemoveParameter

Description:
Remove a parameter from a specific index. The position where the parameter to be removed.

public void RemoveParameter(
	int index
)

  • Int32
    index

  • The parameters container must not be empty. The provided index is index -or- index must be in range between 0 and NumberOfParameters.

Loading…