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; }
For using with CellMergedList on a loop: for (int i=1;i <= CellMergedListCount;i++) DoSomething(CellMergedList(i))...
Namespace: FlexCel.Core
public abstract Int32 CellMergedListCount { get; }