Search
TimelineSettings.getSpanCellCount Method
See Also
 






Gets a value indicating the number of cells to span when getSpanTexts is enabled.

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

 Syntax

Java  Copy Code

public Integer getSpanCellCount ()

 Return Value

A non-negative integer value specifying the number of cells to span.

 Remarks

If this value is 0, it is automatically calculated based on the current scale factor, which is specified by ResourceViewSettings.getTimelineScale.

 See Also