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

Gets the number of rows in the timesheet.

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

Syntax

C#
public ArrayList GetRows()
Visual Basic (Declaration)
Public Function GetRows As ArrayList
Visual C++
public:
ArrayList^ GetRows()

Return Value

The number of rows in the timesheet.

See Also