A Sandcastle Documented Class Library
Name Property
Namespaces ► Yogesh.ExcelXml ► FontOptions ► Name
Gets or sets the name of the font

C# | Visual Basic | Visual C++ |
public string Name { get; set; }
Public Property Name As String
public: virtual property String^ Name { String^ get () sealed; void set (String^ value) sealed; }