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