バージョン

ExportGridFieldCaption メソッド

指定されたワークシート セルにグリッド フィールド キャプション (ヘッダーまたはフッター) をエクスポートします。
シンタックス
'宣言
 
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
)

パラメータ

grid
caption
wsRow
wsCell
rowIndex
columnIndex
gridCssClass
captionRowCssClass
isHeader
rowSpan
colSpan
colOffset
参照