Search
TimetableSettings.setCellStyle Method
See Also
 






Sets the style of a time segment cell.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setCellStyle (
    Style value
)

 Parameters

value

A Style object specifying the style of timetable cells. This property cannot be null.

 See Also