Share via


TextProperties.CodePage Property

Code Page.Represents the attribte in schema: codePage

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

Syntax

'Declaration
<SchemaAttrAttribute(, "codePage")> _
Public Property CodePage As UInt32Value
    Get
    Set
'Usage
Dim instance As TextProperties
Dim value As UInt32Value

value = instance.CodePage

instance.CodePage = value
[SchemaAttrAttribute(, "codePage")]
public UInt32Value CodePage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

TextProperties Class

TextProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace