Table of Contents

TExcelFile.CellMergedListCount Property

For using with CellMergedList on a loop: for (int i=1;i <= CellMergedListCount;i++) DoSomething(CellMergedList(i))...

Syntax

Unit: FlexCel.Core

property TExcelFile.CellMergedListCount: Integer

See also