ExcelReader Xojo Component

Worksheet.CellMergeInfoRecord Method

Returns CellMergeInfo record at given index. (zero based)

CellMergeInfoRecord(
   index as Integer) as CellMergeInfo

Parameters

index
The index of the CellMergeInfo record to fetch.

Returns

CellMergeInfo

Remarks

A cell CellMergeInfo is a class that defines how cells are merged together in the spreadsheet.

See Also

Worksheet Class