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


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

Reference

Column Class
Column Members