Gets a Cell object that can be used to manipulate the data of the cell with the specified coordinates.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Cell Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item( _ |
The zero-based index of the cell column.
The zero-based index of the cell row.
A Cell object that can be used to get or set the data of the cell.
See Also