Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory Class / GetCellTitle Method / GetCellTitle(GridCellType,GridCellRange) Method
Cell's type.
Cell's range.

In This Topic
    GetCellTitle(GridCellType,GridCellRange) Method
    In This Topic
    Gets the title attribute that will be set in the cell div.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetCellTitle( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange _
    ) As String
    public virtual string GetCellTitle( 
       GridCellType cellType,
       GridCellRange range
    )

    Parameters

    cellType
    Cell's type.
    range
    Cell's range.
    See Also