'Declaration Public Property RowCount As System.Integer
'Usage Dim instance As ExcelWorksheet Dim value As System.Integer instance.RowCount = value value = instance.RowCount
public System.int RowCount {get; set;}
'Declaration Public Property RowCount As System.Integer
'Usage Dim instance As ExcelWorksheet Dim value As System.Integer instance.RowCount = value value = instance.RowCount
public System.int RowCount {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value is less than 0. |