ActiveReports.Viewer3 Request technical support
RowSpan Property
See Also 


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Property RowSpan As Integer
Visual Basic (Usage)Copy Code
Dim instance As TableCellAttributes
Dim value As Integer
 
instance.RowSpan = value
 
value = instance.RowSpan
C# 
public int RowSpan {get; set;}

See Also