Uploaded image for project: 'ZK Spreadsheet'
  1. ZK Spreadsheet
  2. ZSS-1125

Support to get merged regions

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 3.8.3
    • 3.8.1
    • None
    • Security Level: Jimmy
    • None

      requirement

      When traversing cells, users want to know how large a merged cell is to move to next cell aside by it.

      workaround

      Sheet sheet = spreadsheet.getSelectedSheet();
      CellRegion region = sheet.getInternalSheet().getMergedRegion(row, col);
      

            henrichen henrichen
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: