tabColor property

String get tabColor

Get the tab color for the worksheet.

Implementation

String get tabColor {
  return _tabColor;
}
set tabColor (String value)

Set the tab color for the worksheet.

Implementation

set tabColor(String value) {
  _tabColor = value;
  _isTapColorApplied = true;
}