Reflection
EndColumn Property (ISmartControl)


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