Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE.Property Class / ToString Method


In This Topic
    ToString Method (OfficeArtRGFOPTE.Property)
    In This Topic
    Returns a System.String that represents the current System.Object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As OfficeArtRGFOPTE.Property
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    A System.String that represents the current System.Object.
    See Also