LastRow Property (TableCell)
In This Topic
Gets the index of the last row spanned by the current cell. If
SpanRows is
1, the value of this property is equal to
Row.
Syntax
'Declaration
Public ReadOnly Property LastRow As Integer
public int LastRow {get;}
See Also