CellFontStrikeThroughproperty
Returns or sets a value that determines if the Strikethrough style is applied to the current cell text.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
PROPERTY CellFontStrikeThrough () AS BOOLEAN
PROPERTY CellFontStrikeThrough (BYVAL bStrikeThrough AS VARIANT_BOOL)
Parameters
| Name | Description | |
|---|---|---|
bStrikeThrough | True to set the attribute; False, othewise |
Description
Returns or sets a value that determines if the Strikethrough style is applied to the current cell text.
Example
' Set the current cell to Row 3, Column 1 grid.Row = 3 grid.Col = 1
' Enable strikethrough for this specific cell grid.CellFontStrikethru = True
Reference
- Documented in Windows/Windows GUI/MSHFlexGrid Class.md
- Topic: Microsoft Hierarchical Grid