BeginRowLayoutEventArgs
IgnoreColumnFormat Property
|
Gets or sets a value indicating whether column string format should be ignored.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IgnoreColumnFormat { get; set; }
Public Property IgnoreColumnFormat As Boolean
Get
Set
public:
property bool IgnoreColumnFormat {
bool get ();
void set (bool value);
}
member IgnoreColumnFormat : bool with get, set
Property Value
Type:
Boolean
See Also