[This is preliminary documentation and is subject to change.]

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string GetPayrollCode(
	int rowNumber
)
Visual Basic (Declaration)
Public Function GetPayrollCode ( _
	rowNumber As Integer _
) As String
Visual C++
public:
String^ GetPayrollCode(
	int rowNumber
)

Parameters

rowNumber
Type: System..::.Int32

See Also