Gets the zero-based index of the row of the represented cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public int Row { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Row As Integer |
An integer value.
See Also