Version

ExportGridFieldCaption Method

Exports a grid field caption (header or footer) to the specified worksheet cell.
Syntax
'Declaration
 
Protected Overridable Sub ExportGridFieldCaption( _
   ByVal grid As WebDataGrid, _
   ByVal caption As GridFieldCaption, _
   ByVal wsRow As WorksheetRow, _
   ByVal wsCell As WorksheetCell, _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer, _
   ByVal gridCssClass As String, _
   ByVal captionRowCssClass As String, _
   ByVal isHeader As Boolean, _
   ByVal rowSpan As Integer, _
   ByVal colSpan As Integer, _
   ByVal colOffset As Integer _
) 
protected virtual void ExportGridFieldCaption( 
   WebDataGrid grid,
   GridFieldCaption caption,
   WorksheetRow wsRow,
   WorksheetCell wsCell,
   int rowIndex,
   int columnIndex,
   string gridCssClass,
   string captionRowCssClass,
   bool isHeader,
   int rowSpan,
   int colSpan,
   int colOffset
)

Parameters

grid
caption
wsRow
wsCell
rowIndex
columnIndex
gridCssClass
captionRowCssClass
isHeader
rowSpan
colSpan
colOffset
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