WordWrap Property (PivotFieldBase)
In This Topic
Gets or sets a value that indicates whether the content of this field should be allowed to wrap within cells.
Syntax
'Declaration
Public Property WordWrap As Boolean
public bool WordWrap {get; set;}
See Also