'Declaration Public Function New( _ ByVal rowCount As System.Integer, _ ByVal columnCount As System.Integer _ )
'Usage Dim rowCount As System.Integer Dim columnCount As System.Integer Dim instance As New Worksheet(rowCount, columnCount)
public Worksheet( System.int rowCount, System.int columnCount )
Parameters
- rowCount
- The row count.
- columnCount
- The column count.