Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetMaximumCellOverflowWidth Method
Width in pixels


In This Topic
    SetMaximumCellOverflowWidth Method (FpSpread)
    In This Topic
    Sets the maximum cell overflow width in pixels.
    Syntax
    'Declaration
     
    
    Public Sub SetMaximumCellOverflowWidth( _
       ByVal width As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim width As Integer
     
    instance.SetMaximumCellOverflowWidth(width)
    public void SetMaximumCellOverflowWidth( 
       int width
    )

    Parameters

    width
    Width in pixels
    See Also