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

Gravitybox Schedule.NET
1998-2005 Gravitybox Software LLC
Page 15 of 90
viewmode. If the viewmode does not support
providers, the method returns -1.
FirstVisibleRoom
Determines the first room that is visible on the
schedule. This is the room that is displayed in the
top row of left column, depending on the
viewmode. If the viewmode does not support
rooms, the method returns -1.
FirstVisibleRow
Determines the first visible row number. The valid
values are [0..N-1], where N is the total number of
rows. The total number of rows depends on many
factors. If rows are dates, then the value is the
number of days between the MinDate and
MaxDate. If the rows are Rooms then the value is
the number of objects in the RoomCollection
object.
FirstVisibleTime
Determines the first time value that is visible on the
schedule. This is the time that is displayed in the
top row of left column, depending on the
viewmode. If the viewmode does not support times,
the method does not return a valid value.
IsDateVisible
Determines if the specified date is visible in the
viewing area.
IsProviderVisible
Determines if the specified provider is visible in the
viewing area.  
IsRoomVisible
Determines if the specified room is visible in the
viewing area.
IsTimeRangeVisible
Determines if the specified time range is visible in
the viewing area.
IsTimeVisible
Determines if the specified time is visible in the
viewing area.  
TotalColumnCount 
Determines the total number of columns that are
currently displayed on the schedule.
TotalHeight
Determines the total height in pixels, including
headers, of the schedule. This value does not
describe the visible area, but the entire schedule as
if it were all displayed at once.
TotalRowCount 
Determines the total number of rows that are
currently displayed on the schedule. 
TotalWidth
Determines the total width in pixels, including
headers, of the schedule. This value does not
describe the visible area, but the entire schedule as
if it were all displayed at once. 
VisibleColumns  
This method returns the number of complete and
partial columns that are visible in the viewing area.