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