ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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.

In This Topic
    Set Method
    In This Topic
    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
    public HeaderTemplateCell 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