Click or drag to resize

FontArrayWrapper StrikethroughType Property

Gets or sets the strikethrough type for all cells in the collection.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string StrikethroughType { get; set; }

Property Value

Type: String
The strikethrough type.

Return Value

Type: String
The strikethrough type for all cells in the collection, or an empty string if the strikethrough types are inconsistent.

Implements

IFont StrikethroughType
See Also