Table of Contents

XlsFile.CellMergedListCount Property

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

Syntax

Namespace: FlexCel.XlsAdapter

public override Int32 CellMergedListCount { get; }

See also