Column.Phonetic Property

Show Phonetic Information.Represents the attribte in schema: phonetic

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

Syntax

'Declaration
<SchemaAttrAttribute(, "phonetic")> _
Public Property Phonetic As BooleanValue
    Get
    Set
'Usage
Dim instance As Column
Dim value As BooleanValue

value = instance.Phonetic

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Column Class

Column Members

DocumentFormat.OpenXml.Spreadsheet Namespace