Spread for ASP.NET 12 Product Documentation
Width Property (LayoutColumn)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > LayoutColumn Class : Width Property
Gets or sets the width of this layout column in pixels.
Syntax
'Declaration
 
Public Property Width As Integer
'Usage
 
Dim instance As LayoutColumn
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
public int Width {get; set;}
See Also

Reference

LayoutColumn Class
LayoutColumn Members