Click or drag to resize
PortalLineAdd Method
Add a line-item to the document.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public void LineAdd(
	int lineNumber
)

Parameters

lineNumber
Type: SystemInt32
Line Number
Exceptions
ExceptionCondition
RecordAlreadyExistsException Thrown if this document already contains a line with this Line Number.
ArgumentException Thrown if Line Number is less than zero.
See Also