Spread Windows Forms 12.0 Product Documentation
Name Property (IFont)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFont Interface : Name Property
Gets or sets a value that represents the name of the object.
Syntax
'Declaration
 
Property Name As String
'Usage
 
Dim instance As IFont
Dim value As String
 
instance.Name = value
 
value = instance.Name
string Name {get; set;}

Property Value

The name.
See Also

Reference

IFont Interface
IFont Members