Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartControl Interface / EndRow Property


In This Topic
EndRow Property (ISmartControl)
In This Topic
Gets or sets the ending row of the SmartUx control.
Syntax
'Declaration
 
Property EndRow As Integer
 
'Usage
 
Dim instance As ISmartControl
Dim value As Integer
 
instance.EndRow = value
 
value = instance.EndRow
See Also