Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / ToString Method


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

    Return Value

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