mergedCellsStyle property
Represents the merged cell collection in the workbok.
Implementation
Map<String, ExtendStyle> get mergedCellsStyle {
_mergedCellsStyles ??= <String, ExtendStyle>{};
return _mergedCellsStyles!;
}
Represents the merged cell collection in the workbok.
Map<String, ExtendStyle> get mergedCellsStyle {
_mergedCellsStyles ??= <String, ExtendStyle>{};
return _mergedCellsStyles!;
}