Spread WinForms 15
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

Property Value

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