'DeclarationPublic Property ColumnCount As Integer
'UsageDim instance As SheetCorner Dim value As Integer instance.ColumnCount = value value = instance.ColumnCount
public int ColumnCount {get; set;}
'DeclarationPublic Property ColumnCount As Integer
'UsageDim instance As SheetCorner Dim value As Integer instance.ColumnCount = value value = instance.ColumnCount
public int ColumnCount {get; set;}
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Specified column count is less than 0 or greater than 256. |