Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / SheetAxisProperty Class / ToString Method


In This Topic
    ToString Method (SheetAxisProperty)
    In This Topic
    Returns the property name.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    'Usage
     
    Dim instance As SheetAxisProperty
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    String containing the name of the property
    See Also