Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetColumnWidth Method / SetColumnWidth(Int32,Int32,Int32,Boolean) Method
An integer value indicates the left column index.
An integer value indicates the right column index.
An integer value indicates the width of the column.


In This Topic
    SetColumnWidth(Int32,Int32,Int32,Boolean) Method
    In This Topic
    Sets the width of the column.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetColumnWidth( _
       ByVal column As Integer, _
       ByVal column2 As Integer, _
       ByVal value As Integer, _
       ByVal clearHidden As Boolean _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim column As Integer
    Dim column2 As Integer
    Dim value As Integer
    Dim clearHidden As Boolean
     
    instance.SetColumnWidth(column, column2, value, clearHidden)
    public void SetColumnWidth( 
       int column,
       int column2,
       int value,
       bool clearHidden
    )

    Parameters

    column
    An integer value indicates the left column index.
    column2
    An integer value indicates the right column index.
    value
    An integer value indicates the width of the column.
    clearHidden
    See Also