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

Shows if the expense detail is available

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

Syntax

C#
public bool IsExpenseDetailAvailable(
	int rowNumber,
	int columnNumber
)
Visual Basic (Declaration)
Public Function IsExpenseDetailAvailable ( _
	rowNumber As Integer, _
	columnNumber As Integer _
) As Boolean
Visual C++
public:
bool IsExpenseDetailAvailable(
	int rowNumber, 
	int columnNumber
)

Parameters

rowNumber
Type: System..::.Int32
The row of where the expense is found. Usually rows signifies Customer, Projects and tasks.
columnNumber
Type: System..::.Int32
>The column where the expense is found. Usually columns signifies a date.

Return Value

True if the expense detail is avbl, false otherwise...

See Also