Spread Silverlight Documentation
ExcelRow Constructor


GrapeCity.Excel Namespace > ExcelRow Class : ExcelRow Constructor
The owner IExcelWorksheet instance
Initialize a new instance of ExcelRow.
Syntax
'Declaration
 
Public Function New( _
   ByVal workSheet As IExcelWorksheet _
)
'Usage
 
Dim workSheet As IExcelWorksheet
 
Dim instance As New ExcelRow(workSheet)
public ExcelRow( 
   IExcelWorksheet workSheet
)

Parameters

workSheet
The owner IExcelWorksheet instance
See Also

Reference

ExcelRow Class
ExcelRow Members