AllowWrap Property
AllowWrap
Gets or sets whether the cell allows text to wrap to multiple lines.
Wrapping only occurs on word breaks.
 
Declaration
  public virtual bool AllowWrap { get; set; }
 
  Public Overridable Property AllowWrap As Boolean
 
Implements