'Declaration
Public Property NewRowTextColor As Nullable(Of Color)
'Usage
Dim instance As FlexGrid Dim value As Nullable(Of Color) instance.NewRowTextColor = value value = instance.NewRowTextColor
public Nullable<Color> NewRowTextColor {get; set;}
'Declaration
Public Property NewRowTextColor As Nullable(Of Color)
'Usage
Dim instance As FlexGrid Dim value As Nullable(Of Color) instance.NewRowTextColor = value value = instance.NewRowTextColor
public Nullable<Color> NewRowTextColor {get; set;}