| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function FindFirstConflict( _ ByVal nIndex As Integer, _ ByVal bSearchAll As Boolean _ ) As Integer | |
| C# | |
|---|---|
public int FindFirstConflict( int nIndex, bool bSearchAll ) | |
Parameters
- nIndex
- The 0-based index of the appointment to test for conflicts with.
- bSearchAll
- True - Confine search to current column, False - Search all columns for conflicts.