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 CellIndex value representing cell's position.
A Cell object that can be used to get or set the data of the cell.
RemarksIf index is not a valid cell address, this property returns null.
See Also