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