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