Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetColumnWidth Method / SetColumnWidth(Int32,Int32) Method
An integer value indicates the column index.
An integer value indicates the width of the column.


In This Topic
SetColumnWidth(Int32,Int32) Method
In This Topic
Sets the width of the column.
Syntax
'Declaration
 
Public Overloads Function SetColumnWidth( _
   ByVal column As Integer, _
   ByVal value As Integer _
) As Integer
 
'Usage
 
Dim instance As LayoutManager
Dim column As Integer
Dim value As Integer
Dim value As Integer
 
value = instance.SetColumnWidth(column, value)

Parameters

column
An integer value indicates the column index.
value
An integer value indicates the width of the column.

Return Value

An integer value indicates the old size
See Also