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