ActiveReports.Viewer3 Request technical support
ColSpan Property
See Also 


For internal use only.

Syntax

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

See Also