Click or drag to resize
GridExportExcelMLRowCreatedArgs Constructor

Namespace: Kettic.AspNet.Controls.GridExcelBuilder
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public GridExportExcelMLRowCreatedArgs(
	RowElement row,
	GridExportExcelMLRowType rowType,
	WorksheetElement worksheet
)

Parameters

row
Type: Kettic.AspNet.Controls.GridExcelBuilderRowElement
rowType
Type: Kettic.AspNet.Controls.GridExcelBuilderGridExportExcelMLRowType
worksheet
Type: Kettic.AspNet.Controls.GridExcelBuilderWorksheetElement
See Also