CellFormat.QuotePrefix Property

Quote Prefix.Represents the attribte in schema: quotePrefix

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

Syntax

'Declaration
<SchemaAttrAttribute(, "quotePrefix")> _
Public Property QuotePrefix As BooleanValue
    Get
    Set
'Usage
Dim instance As CellFormat
Dim value As BooleanValue

value = instance.QuotePrefix

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CellFormat Class

CellFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace