Click or drag to resize
PortalLineIndex Property
Gets or sets the sequencial number of the current line.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public int LineIndex { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
EndOfFileException Thrown when attempting to set to a value outside of the existing range.
Remarks
The first line is always 0 and the second is always 1, etc. See LineNumber for a number that corresponds to the line number in your document entry system.
See Also