Reflection
StartRow Property (ISmartControl)


Gets or sets the starting row of the SmartUx control.
Syntax
'Declaration
 
Property StartRow As Integer
'Usage
 
Dim instance As ISmartControl
Dim value As Integer
 
instance.StartRow = value
 
value = instance.StartRow
int StartRow {get; set;}
See Also