Spread for ASP.NET 12 Product Documentation
SetColumnWidth Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetColumnWidth Method
Column index
Number of pixels to set the width of the column
Sets the width of the specified column in pixels.
Syntax
'Declaration
 
Public Sub SetColumnWidth( _
   ByVal column As Integer, _
   ByVal value As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Integer
 
instance.SetColumnWidth(column, value)
public void SetColumnWidth( 
   int column,
   int value
)

Parameters

column
Column index
value
Number of pixels to set the width of the column
See Also

Reference

SheetView Class
SheetView Members