Constructor taking the most common parameter, the column width.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Col(
string width
)
Public Sub New (
width As String
)
Parameters
- width
- Type: SystemString
The width, in CSS width format (e.g. 200px or 50%)
See Also