Reflection
EndRow Property (ISmartControl)


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
int EndRow {get; set;}
See Also