[This is preliminary documentation and is subject to change.]
Gets the expense type for the for a particular row on the expense object.
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string GetExpenseType( int rowNumber ) |
Visual Basic (Declaration) |
---|
Public Function GetExpenseType ( _ rowNumber As Integer _ ) As String |
Visual C++ |
---|
public: String^ GetExpenseType( int rowNumber ) |
Parameters
- rowNumber
- Type: System..::.Int32
the row number for which the expense type is desired.