C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / Cell Class / Width Property

In This Topic
Width Property (Cell)
In This Topic
Gets or sets the width of this column.
Syntax
'Declaration
 
Public Property Width As String
 
Remarks
Column widths may be positive numbers (column width in pixels), null or negative numbers (use the collection's default column width), or strings in the format '{number}*' (star sizing).
See Also