'Declaration Property Bottom As Nullable(Of Boolean)
'Usage Dim instance As IExcelGeneralRule Dim value As Nullable(Of Boolean) instance.Bottom = value value = instance.Bottom
Nullable<bool> Bottom {get; set;}
'Declaration Property Bottom As Nullable(Of Boolean)
'Usage Dim instance As IExcelGeneralRule Dim value As Nullable(Of Boolean) instance.Bottom = value value = instance.Bottom
Nullable<bool> Bottom {get; set;}