[This is preliminary documentation and is subject to change.]
            Get the total time for a row of the timesheet.
            
    Namespace: 
   OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public double GetRowTotal( int rowNumber )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetRowTotal ( _ rowNumber As Integer _ ) As Double  | 
| Visual C++ | 
|---|
public: double GetRowTotal( int rowNumber )  | 
Parameters
- rowNumber
 - Type: System..::.Int32
the row number of the timesheet. 
