Represents a specialized collection for worksheet cells.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class CellCollection : IEnumerable<Cell>, IEnumerable |
Visual Basic
Copy Code
|
|---|
Public Class CellCollection |
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.CellCollection
See Also