Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
TableCell
.
.
::
.
.
LastCol Property
TableCell Class
See Also
Gets the index of the last column spanned by the current cell. If
SpanCols
is
1
, the value of this property is equal to
Col
.
Namespace:
C1.C1Preview
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
int
LastCol
{
get
; }
Visual Basic
Public
ReadOnly
Property
LastCol
As
Integer
Get
See Also
TableCell Class
C1.C1Preview Namespace