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


In This Topic
    SetColumnWidth Method (SheetView)
    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)
    public void SetColumnWidth( 
       int column,
       int value
    )

    Parameters

    column
    Column index
    value
    Width in pixels
    See Also