Spread Windows Forms 17
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)
    public void SetMultipleColumnWidths( 
       int column,
       int count,
       int value
    )

    Parameters

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