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

Gets the row of the timesheet information

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

Syntax

C#
public ArrayList GetRow(
	int rowNumber
)
Visual Basic (Declaration)
Public Function GetRow ( _
	rowNumber As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetRow(
	int rowNumber
)

Parameters

rowNumber
Type: System..::.Int32
The row number

Return Value

The arraylist of the row information

See Also