A Sandcastle Documented Class Library
Size Property
Namespaces ► Yogesh.ExcelXml ► FontOptionsBase ► Size
Gets or sets the size of the font

C# | Visual Basic | Visual C++ |
public int Size { get; set; }
Public Property Size As Integer
public: virtual property int Size { int get () sealed; void set (int value) sealed; }