GetMaximumCellOverflowWidth Method (FpSpread)
Gets the maximum cell overflow width in pixels.
public int GetMaximumCellOverflowWidth()
'Declaration
Public Function GetMaximumCellOverflowWidth() As Integer
'Usage
Dim instance As FpSpread
Dim value As Integer
value = instance.GetMaximumCellOverflowWidth()