Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridWrapCellFactory Class / GetCellTitle Method / GetCellTitle(GridControlRange) Method
The cell's range.

In This Topic
    GetCellTitle(GridControlRange) Method
    In This Topic
    Gets the title attribute that will be applied to the cell.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetCellTitle( _
       ByVal range As GridControlRange _
    ) As String
    public virtual string GetCellTitle( 
       GridControlRange range
    )

    Parameters

    range
    The cell's range.
    See Also