ActiveReports.Chart Request technical support
Rows Property
See Also 


Gets or sets the number of rows for the GridLayout.

Syntax

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

See Also