FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetColumnWidth Method
Column index
Width in pixels


In This Topic
SetColumnWidth Method
In This Topic
Sets the width in pixels for the specified column on this sheet.
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)

Parameters

column
Column index
value
Width in pixels
See Also