Skip to content

SheetFormatProperties

Source code

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

library("xlcharts")

SheetFormatProperties()