ExcelReader Xojo Component

ExcelReader.CellMergeInfo Class

A class that contains data about cell merge areas.

This class can be used either by asking the worksheet to get all its cell merge areas by using the CellMergeInfoRecord function and CellMergeInfoRecordCount property. Or each cell can queried about what cell merge area it belongs to if any at all.

Object
   CellMergeInfo

class ExcelReader.CellMergeInfo

Properties

FirstColumnReturns the first column in the merged cell area. (Zero based)
FirstRowReturns the first row in the merged cell area. (Zero based)
LastColumnReturns the last column in the merged cell area. (Zero based)
LastRowReturns the last row in the merged cell area. (Zero based)

Supported Platforms:

  • macOS Carbon
  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS