GrapeCity.Excel Namespace > ExcelWorksheet Class > ExcelWorksheet Constructor : ExcelWorksheet Constructor(String,Int32,Int32) |
'Declaration Public Function New( _ ByVal name As System.String, _ Optional ByVal rowCount As System.Integer, _ Optional ByVal columnCount As System.Integer _ )
'Usage Dim name As System.String Dim rowCount As System.Integer Dim columnCount As System.Integer Dim instance As New ExcelWorksheet(name, rowCount, columnCount)
public ExcelWorksheet( System.string name, System.int rowCount, System.int columnCount )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The rowCount is less than Zero or The columnCount is less that Zero. |
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6