GridFormatInfo.TextWrap Property
Gets or sets a Boolean value that indicates whether the cell content should wrap to multiple lines.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property TextWrap As Trinary
Get
Set
'Usage
Dim instance As GridFormatInfo
Dim value As Trinary
value = instance.TextWrap
instance.TextWrap = value
public Trinary TextWrap { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.Trinary
A Boolean value that indicates whether the cell content should wrap to multiple lines.