ActiveReports.Chart Request technical support
Size Property
See Also 


Gets the size of the GridLayout.

Syntax

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

See Also