'Declaration <DefaultValueAttribute("")> Public Property DefaultAutoFillType As Nullable(Of AutoFillType)
'Usage Dim instance As GcSpreadSheet Dim value As Nullable(Of AutoFillType) instance.DefaultAutoFillType = value value = instance.DefaultAutoFillType
[DefaultValue("")] public Nullable<AutoFillType> DefaultAutoFillType {get; set;}