Usage
## S3 method for class 'workbook,character':
getBoundingBox(object,sheet,startRow,startCol,endRow,endCol,autofitRow,autofitCol)
## S3 method for class 'workbook,numeric':
getBoundingBox(object,sheet,startRow,startCol,endRow,endCol,autofitRow,autofitCol)
Arguments
object
The workbook
to use
sheet
The name or index of the sheet from which to get the bounding box
startRow
Start reference row for the bounding box. Defaults to 0
meaning that the start row is determined automatically.
startCol
Start reference column for the bounding box. Defaults to 0
meaning that the start column is determined automatically.
endRow
End reference row for the bounding box. Defaults to 0
meaning that the end row is determined automatically.
endCol
End reference column for the bounding box. Defaults to 0
meaning that the end column is determined automatically.
autofitRow
logical
specifying if leading and trailing empty rows should be
skipped. Defaults to TRUE
.
autofitCol
logical
specifying if leading and trailing empty columns should be skipped. Defaults to TRUE
.