Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetMaximumCellOverflowWidth Method


In This Topic
    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