Share via


ChartFont.StrikeThrough Property

Gets and sets if the font has a horizontal line drawn though it or not. Read/write.

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

Syntax

'Declaration
Property StrikeThrough As Object
    Get
    Set
'Usage
Dim instance As ChartFont
Dim value As Object

value = instance.StrikeThrough

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

Property Value

Type: System.Object
Object set to True if the font is struck through with a horizontal line; otherwise False

See Also

Reference

ChartFont Interface

ChartFont Members

Microsoft.Office.Interop.Word Namespace