Stores the given Decimal value in the specified column.
public void SetDecimal( int iCol, Decimal value );
Remarks
This method sets the specified zero-based column value to the given Decimal value. SetDecimal can be used to store money type field values. No conversions are performed. To set a money field to NULL, use SetValue with a null or empty value.
See Also