Search
CellSettings.setMargin Method
See Also
 






Sets the distance between the outermost border of the cell and the cell contents.

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

 Syntax

Java  Copy Code

public void setMargin (
    Integer value
)

 Parameters

value

A non-negative integer value specifying the margin size in pixels. Set to null to use the corresponding value from the current theme.

 See Also