Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
TableCell
.
.
::
.
.
SpanRows Property
TableCell Class
See Also
Gets or sets the number of rows spanned by the current cell. Cannot be less than
1
, which is the default.
Namespace:
C1.C1Preview
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
int
SpanRows
{
get
;
set
; }
Visual Basic
Public
Property
SpanRows
As
Integer
Get
Set
See Also
TableCell Class
C1.C1Preview Namespace