Measure.NumberFormatList.Insert

Measure.NumberFormatList.Insert method

Inserts number format into list.

public void Insert(int index, NumberFormat value)
ParameterTypeDescription
indexInt32Index where new element will be added.
valueNumberFormatValue to be inserted.

See Also