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