Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RowHeader Class / ToString Method


In This Topic
    ToString Method (RowHeader)
    In This Topic
    Gets a string that contains a reference to the row header (always returns null).
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As RowHeader
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    String containing cell reference for row header. This implementation returns null.
    See Also