ThemeMarginStyle

data class ThemeMarginStyle(val show: Boolean? = null)

The display options for margins around the outside edge of sheets.

Constructors

Link copied to clipboard
constructor(show: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val show: Boolean? = null

This Boolean value controls whether to display sheet margins.