PdfGridStyle
AllowHorizontalOverflow Property
|
Gets or sets a value indicating whether to allow horizontal overflow.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool AllowHorizontalOverflow { get; set; }
Public Property AllowHorizontalOverflow As Boolean
Get
Set
public:
property bool AllowHorizontalOverflow {
bool get ();
void set (bool value);
}
member AllowHorizontalOverflow : bool with get, set
Property Value
Type:
Boolean
true
if [allow horizontal overflow]; otherwise,
false
.
See Also