'Declaration
Public Property ColumnCount As Integer
'Usage
Dim instance As SheetCorner Dim value As Integer instance.ColumnCount = value value = instance.ColumnCount
public int ColumnCount {get; set;}
'Declaration
Public Property ColumnCount As Integer
'Usage
Dim 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. |