[]
Gets or sets how text should be trimmed when it overflows the size of the cells in this row/column.
[TypeConverter(typeof(NullableObjectConverter<TextTrimming>))]
public TextTrimming? TextTrimming { get; set; }
<TypeConverter(GetType(NullableObjectConverter(Of TextTrimming)))>
Public Property TextTrimming As TextTrimming?