ComponentOne ASP.NET MVC Controls
Set Method (CellTemplateHandler)

C1.Web.Mvc.Fluent Namespace > CellTemplateHandler Class : Set Method
row position in header table.
column position in header table.
row span in header table.
column span in header table.
Text will appear in this cell.
Set value for properties of cell.
Syntax
'Declaration
 
Public Sub Set( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal rowSpan As Integer, _
   ByVal colSpan As Integer, _
   ByVal title As String _
) 
public void Set( 
   int row,
   int col,
   int rowSpan,
   int colSpan,
   string title
)

Parameters

row
row position in header table.
col
column position in header table.
rowSpan
row span in header table.
colSpan
column span in header table.
title
Text will appear in this cell.
See Also

Reference

CellTemplateHandler Class
CellTemplateHandler Members