Version

ExportCell Method

Exports a grid record item to its corresponding worksheet cell.
Syntax
'Declaration
 
Protected Overridable Sub ExportCell( _
   ByVal item As GridRecordItem, _
   ByVal worksheetRow As WorksheetRow, _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer, _
   ByVal gridCssClass As String, _
   ByVal itemCssClass As String _
) 
protected virtual void ExportCell( 
   GridRecordItem item,
   WorksheetRow worksheetRow,
   int rowIndex,
   int columnIndex,
   string gridCssClass,
   string itemCssClass
)

Parameters

item
worksheetRow
rowIndex
columnIndex
gridCssClass
itemCssClass
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also