Reflection
StartRow Property (SmartControl)


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