MindFusion.Wpf Pack Programmer's Guide
Worksheet.Cells Property
See Also
 





Gets an object that can be used to access worksheet cells by (column, row) index or by name.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public CellCollection Cells { get; }

Visual Basic  Copy Code

Public ReadOnly Property Cells As CellCollection

 Property Value

An instance of the CellCollection class.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace