workbook property
Workbook
get
workbook
Represent the workbook of the range.
Implementation
Workbook get workbook {
return _worksheet.workbook;
}
Represent the workbook of the range.
Workbook get workbook {
return _worksheet.workbook;
}