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


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