SheetFormatProperties {xlcharts}R Documentation

SheetFormatProperties

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.dimensions.html

Usage

SheetFormatProperties(
  baseColWidth = 8L,
  defaultColWidth = NULL,
  defaultRowHeight = 15L,
  customHeight = NULL,
  zeroHeight = NULL,
  thickTop = NULL,
  thickBottom = NULL,
  outlineLevelRow = NULL,
  outlineLevelCol = NULL,
  ...
)

Arguments

baseColWidth

baseColWidth

defaultColWidth

defaultColWidth

defaultRowHeight

defaultRowHeight

customHeight

customHeight

zeroHeight

zeroHeight

thickTop

thickTop

thickBottom

thickBottom

outlineLevelRow

outlineLevelRow

outlineLevelCol

outlineLevelCol

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
SheetFormatProperties()

## End(Not run)


[Package xlcharts version 0.0.2 Index]