[]
The CellRangeFactory for setting CellRanges with fluent api.
public class CellRangeFactory : BaseBuilder<IList<CellRange>, CellRangeFactory>
| Name | Description |
|---|---|
| CellRangeFactory(IList<CellRange>) | The constructor for CellRangeFactory. |
| Name | Description |
|---|---|
| AddCellRange(int, int, int?, int?) | Add the CellRange to Range list. |