'Declaration <DefaultValueAttribute(1)> Public Property RowCount As Integer
'Usage Dim instance As ColumnHeader Dim value As Integer instance.RowCount = value value = instance.RowCount
[DefaultValue(1)] public int RowCount {get; set;}
'Declaration <DefaultValueAttribute(1)> Public Property RowCount As Integer
'Usage Dim instance As ColumnHeader Dim value As Integer instance.RowCount = value value = instance.RowCount
[DefaultValue(1)] public int RowCount {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The specified row count is less than 0 or greater than 256. |