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