Name Property (ITextFont)
In This Topic
Gets or sets a value that represents the name of the object.
Syntax
'Declaration
Property Name As String
'Usage
Dim instance As ITextFont
Dim value As String
instance.Name = value
value = instance.Name
See Also