Reflection
EndColumn Property (SmartControl)


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