Spread WinForms 15
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
See Also