tabColor property

String tabColor

Get the tab color for the worksheet.

Implementation

String get tabColor {
  return _tabColor;
}
void tabColor=(String value)

Set the tab color for the worksheet.

Implementation

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