Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetViewportPreferredWidth Method / SetViewportPreferredWidth(Int32,Int32) Method
Column index of viewport
Width of the viewport in pixels


In This Topic
    SetViewportPreferredWidth(Int32,Int32) Method
    In This Topic
    Sets the maximum width of the specified viewport column for the active sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetViewportPreferredWidth( _
       ByVal columnViewportIndex As Integer, _
       ByVal value As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim columnViewportIndex As Integer
    Dim value As Integer
     
    instance.SetViewportPreferredWidth(columnViewportIndex, value)
    public void SetViewportPreferredWidth( 
       int columnViewportIndex,
       int value
    )

    Parameters

    columnViewportIndex
    Column index of viewport
    value
    Width of the viewport in pixels
    See Also