LinesIndexChangedField Method

Get the value of the index stored by LineModifiedFields.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static int IndexChangedField(
	ChangeFieldLine fieldName
)

Parameters

fieldName  ChangeFieldLine
ChangeFieldLine with the field name.

Return Value

Int32
int with the index stored by LineModifiedFields.

See Also