Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / HorizontalOverflow Property


In This Topic
    HorizontalOverflow Property
    In This Topic
    Returns or sets the horizontal overflow setting for the specified object.
    Syntax
    'Declaration
     
    
    Property HorizontalOverflow As Boolean
    'Usage
     
    
    Dim instance As ITextFrame
    Dim value As Boolean
     
    instance.HorizontalOverflow = value
     
    value = instance.HorizontalOverflow
    bool HorizontalOverflow {get; set;}
    See Also