[This is preliminary documentation and is subject to change.]
            Get the Account and Project name (separated by a "/" character) of a particular row of the
            timesheet.
            
    Namespace: 
   OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public string GetAccountAndProjectName( int rowNumber )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetAccountAndProjectName ( _ rowNumber As Integer _ ) As String  | 
| Visual C++ | 
|---|
public: String^ GetAccountAndProjectName( int rowNumber )  | 
Parameters
- rowNumber
 - Type: System..::.Int32
The row number of the timesheet. 
