Navigation bar
  Print document Start Previous page
 18 of 90 
Next page End  

are displayed on top, then the returned value will be the column, otherwise the row.
Gravitybox Schedule.NET
1998-2005 Gravitybox Software LLC
Page 16 of 90
VisibleRows  
Overloaded. This method returns the number of
complete and partial rows that are visible in the
viewing area.  
Visibility Methods
GetAppointmentFromCor  
Given a set of coordinates this method will return
the Appointment object under that spot. If there is
no Appointment object at the specified location, null
is returned.
GetColumnFromCor  
Given a set of coordinates this method will return
the column index under that spot. If no column
exists at the specified location, the returned value
is -1.
GetDateFromCor  
Given a set of coordinates this method will return
the date under that spot. If no date exists at the
specified location, the returned value is not valid.
GetDateFromRowCol  
Given a row or column value, this method returns
the date at that location. This only applies to
viewmodes that show dates. Also the value, row or
column, depends on the viewmode as well. If the
dates are displayed on top, then the specified value
should be the column.
GetProviderFromCor  
Given a set of coordinates this method will return
the Provider object under that spot. If there is no
Provider object at the specified location, null is
returned.
GetProviderFromRowCol  
Given a row or column value, this method returns
the provider at that location. This only applies to
viewmodes that show providers. Also the value,
row or column, depends on the viewmode as well.
If the providers are displayed on top, then the
specified value should be the column.
GetRoomFromCor  
Given a set of coordinates this method will return
the Room object under that spot. If there is no
Room object at the specified location, null is
returned.
GetRoomFromRowCol  
Given a row or column value, this method returns
the room at that location. This only applies to
viewmodes that show rooms. Also the value, row or
column, depends on the viewmode as well. If the
rooms are displayed on top, then the specified
value should be the column.
GetRowColFromDate  
Given a date, this method will return the row or
column that displays the specified date. If the dates