title

fun title(title: String)

Set the title of the sheet.

Parameters

title

The text for the title.


fun title(@StringRes titleRes: Int)

Set the title of the sheet.

Parameters

titleRes

The String resource id for the title.


fun title(@StringRes titleRes: Int, vararg formatArgs: Any?)

Set the title of the sheet.

Parameters

titleRes

Resource id for the format string

formatArgs

The format arguments that will be used for substitution.