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