Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetMaximumCellOverflowWidth Method
Width of cell overflow in pixels


In This Topic
SetMaximumCellOverflowWidth Method (SpreadView)
In This Topic
Sets the maximum cell overflow width in pixels for cells in the view.
Syntax
'Declaration
 
Public Sub SetMaximumCellOverflowWidth( _
   ByVal width As Integer _
) 
 
'Usage
 
Dim instance As SpreadView
Dim width As Integer
 
instance.SetMaximumCellOverflowWidth(width)

Parameters

width
Width of cell overflow in pixels
See Also