Font.Strike Property

Strike Through.Represents the element tag in schema: x:strike

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Strike As Strike
    Get
    Set
'Usage
Dim instance As Font
Dim value As Strike

value = instance.Strike

instance.Strike = value
public Strike Strike { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Strike
Returns Strike.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Spreadsheet Namespace