workbook property

Workbook workbook

Represent the workbook of the range.

Implementation

Workbook get workbook {
  return _worksheet.workbook;
}