Table of Contents

ExcelFile.CellMergedListCount Property

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

Syntax

Namespace: FlexCel.Core

public abstract Int32 CellMergedListCount { get; }

See also