TXlsFile.CellMergedListCount Property
For using with TExcelFile.CellMergedList on a loop: for (int i=1;i <= CellMergedListCount;i++) DoSomething(CellMergedList(i))...
Syntax
Unit: FlexCel.XlsAdapter
property TXlsFile.CellMergedListCount: Integer
See also