innerList property

List<MergeCell> innerList

Gets/Sets the inner list.

Implementation

List<MergeCell> get innerList {
  return _mergecell;
}