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