Gets the row at the specified index.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Row Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item( _ |
The zero-based index of the row to get.
A Row object identifying the row at the specified position.
See Also