Learn R Programming

openxlsx2 (version 0.7)

create_tablestyle: create tableStyle

Description

create tableStyle

Usage

create_tablestyle(
  name,
  wholeTable = NULL,
  headerRow = NULL,
  totalRow = NULL,
  firstColumn = NULL,
  lastColumn = NULL,
  firstRowStripe = NULL,
  secondRowStripe = NULL,
  firstColumnStripe = NULL,
  secondColumnStripe = NULL,
  firstHeaderCell = NULL,
  lastHeaderCell = NULL,
  firstTotalCell = NULL,
  lastTotalCell = NULL
)

Arguments

name

name

wholeTable

wholeTable

headerRow

headerRow

totalRow

totalRow

firstColumn

firstColumn

lastColumn

lastColumn

firstRowStripe

firstRowStripe

secondRowStripe

secondRowStripe

firstColumnStripe

firstColumnStripe

secondColumnStripe

secondColumnStripe

firstHeaderCell

firstHeaderCell

lastHeaderCell

lastHeaderCell

firstTotalCell

firstTotalCell

lastTotalCell

lastTotalCell