ActiveReports.Viewer3 Request technical support
Cells Property
See Also 


For internal use only.

Syntax

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

See Also