Skip to content

Get named Area of a sheet #178

Description

@michael-eder

With the NameManger you can give Areas of a sheet a name.
It would be good, to have the possibility to get these named areas-

eg.

struct NamedArea{
  name: String
  comment: String
  cells: [Cell]
}

func getNamedArea(name: String) -> NamedArea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions