ActiveReports.Viewer3 Request technical support
CellSpacing Property
See Also 


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Property CellSpacing As Spacing
Visual Basic (Usage)Copy Code
Dim instance As TableAttributes
Dim value As Spacing
 
instance.CellSpacing = value
 
value = instance.CellSpacing
C# 
public Spacing CellSpacing {get; set;}

See Also