[]
Gets or sets the FontStyle used to render text in this row/column.
[TypeConverter(typeof(NullableObjectConverter<FontStyle>))]
public FontStyle? FontStyle { get; set; }
<TypeConverter(GetType(NullableObjectConverter(Of FontStyle)))>
Public Property FontStyle As FontStyle?