Reflection
StartColumn Property (ISmartControl)


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