Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IStructuredObject Interface / Name Property


In This Topic
    Name Property (IStructuredObject)
    In This Topic
    Gets the name of IStructuredObject object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As IStructuredObject
    Dim value As String
     
    value = instance.Name
    string Name {get;}

    Property Value

    A string value represents the name of IStructuredObject object.
    See Also