Search
ResourceViewSettings.setCellOffset Method
See Also
 






Sets the time offset of the first cell from the origin of the resource view.

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

 Syntax

Java  Copy Code

public void setCellOffset (
    float value
)

 Parameters

value

A floating point value, specifying the offset in the units set in the TimelineSettings.setUnit property of the getBottomTimelineSettings.

 See Also