Spread Windows Forms 12.0 Product Documentation
Name Property (IStructuredObject)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IStructuredObject Interface : Name Property
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

Reference

IStructuredObject Interface
IStructuredObject Members