Row.CustomFormat Property

Custom Format.Represents the attribte in schema: customFormat

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

Syntax

'Declaration
<SchemaAttrAttribute(, "customFormat")> _
Public Property CustomFormat As BooleanValue
    Get
    Set
'Usage
Dim instance As Row
Dim value As BooleanValue

value = instance.CustomFormat

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Row Class

Row Members

DocumentFormat.OpenXml.Spreadsheet Namespace