ComponentOne ASP.NET MVC Controls
Set Method (HeaderTemplateCell)

C1.Web.Mvc Namespace > HeaderTemplateCell 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 Function Set( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal rowSpan As Integer, _
   ByVal colSpan As Integer, _
   ByVal title As String _
) As HeaderTemplateCell

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

HeaderTemplateCell Class
HeaderTemplateCell Members