Gets a Cell object that can be used to manipulate the data of the specified cell.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public Cell Item [ |
Visual Basic
![]() |
---|
Public ReadOnly Property Item( _ |
A string value representing a cell reference in the A1 or R1C1 format.
A Cell object that can be used to get or set the data of the cell.
If reference is not a valid cell reference, represents a cell range, or contains a sheet name other than that of the current worksheet, this property returns null (Nothing in Visual Basic).
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |