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