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


In This Topic
    ToString Method (RangeGroupInfo)
    In This Topic
    Converts the attributes of this outline (range group) to a human-readable string.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As RangeGroupInfo
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    String that contains an outline (range group) of this RangeGroupInfo structure
    See Also