'Declaration Public Function New( _ ByVal name As String, _ Optional ByVal rowCount As Integer, _ Optional ByVal columnCount As Integer _ )
'Usage Dim name As String Dim rowCount As Integer Dim columnCount As Integer Dim instance As New ExcelWorksheet(name, rowCount, columnCount)
Parameters
- name
- The name.
- rowCount
- The row count. The default maximum row count is 65536.
- columnCount
- The column count. The default maximum column count is 256.