Share via


Font.Strikethrough Property

True if the font is struck through with a horizontal line.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Strikethrough As Object
    Get
    Set
'Usage
Dim instance As Font
Dim value As Object

value = instance.Strikethrough

instance.Strikethrough = value
Object Strikethrough { get; set; }

Property Value

Type: System.Object

See Also

Reference

Font Interface

Font Members

Microsoft.Office.Interop.Excel Namespace