Gets an object that can be used to access worksheet cells by (column, row) index or by name.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public CellCollection Cells { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Cells As CellCollection |
An instance of the CellCollection class.
See Also