Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
TableCell
.
.
::
.
.
LastRow Property
TableCell Class
See Also
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
.
Namespace:
C1.C1Preview
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
int
LastRow
{
get
; }
Visual Basic
Public
ReadOnly
Property
LastRow
As
Integer
Get
See Also
TableCell Class
C1.C1Preview Namespace