Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetMultipleColumnWidths Method
Column index of first column
Number of columns for which to set the width
Width in pixels


In This Topic
SetMultipleColumnWidths Method
In This Topic
Sets the width in pixels for the specified columns on this sheet.
Syntax
'Declaration
 
Public Sub SetMultipleColumnWidths( _
   ByVal column As Integer, _
   ByVal count As Integer, _
   ByVal value As Integer _
) 
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim count As Integer
Dim value As Integer
 
instance.SetMultipleColumnWidths(column, count, value)

Parameters

column
Column index of first column
count
Number of columns for which to set the width
value
Width in pixels
See Also