Spread WinForms 15
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)

Parameters

width
Width in pixels
See Also