Share via


CellType.ShowPhonetic Property

Show Phonetic.Represents the attribte in schema: ph

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

Syntax

'宣言
<SchemaAttrAttribute(, "ph")> _
Public Property ShowPhonetic As BooleanValue
    Get
    Set
'使用
Dim instance As CellType
Dim value As BooleanValue

value = instance.ShowPhonetic

instance.ShowPhonetic = value
[SchemaAttrAttribute(, "ph")]
public BooleanValue ShowPhonetic { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

CellType Class

CellType Members

DocumentFormat.OpenXml.Spreadsheet Namespace