Gets a Cell object that can be used to manipulate the data of the specified cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Cell Item [ |
Visual Basic
Copy Code
|
|---|
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.
RemarksIf 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).
See Also