A Sandcastle Documented Class Library
Strikeout Property
Namespaces ► Yogesh.ExcelXml ► FontOptionsBase ► Strikeout
Gets or sets font's strike-through property

C# | Visual Basic | Visual C++ |
public bool Strikeout { get; set; }
Public Property Strikeout As Boolean
public: virtual property bool Strikeout { bool get () sealed; void set (bool value) sealed; }