[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFont.Strikethrough

Strikethrough Property

Strikethrough

Gets or sets whether strikethrough formatting is applied to the font.

Declaration
bool Strikethrough { get; set; }
Property Strikethrough As Boolean
Examples
IFont font = worksheet.Range["A1"].Font;
font.Strikethrough = true;

bool strikethrough = font.Strikethrough;