'Declaration Public Property RowCount As Integer
'Usage Dim instance As SheetCorner Dim value As Integer instance.RowCount = value value = instance.RowCount
public int RowCount {get; set;}
'Declaration Public Property RowCount As Integer
'Usage Dim instance As SheetCorner Dim value As Integer instance.RowCount = value value = instance.RowCount
public int RowCount {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified row count is less than 0 or greater than 256. |