[This is preliminary documentation and is subject to change.]
Gets the Amount of a row and column of the expense object.
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public double GetAmount( int rowNumber, int columnNumber ) |
Visual Basic (Declaration) |
---|
Public Function GetAmount ( _ rowNumber As Integer, _ columnNumber As Integer _ ) As Double |
Visual C++ |
---|
public: double GetAmount( int rowNumber, int columnNumber ) |
Parameters
- rowNumber
- Type: System..::.Int32
The row number for which the Amount is desired.
- columnNumber
- Type: System..::.Int32
the column number for which the Amount is desired.