Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLStyle Class / QuotePrefix Property

In This Topic
    QuotePrefix Property
    In This Topic
    Gets or sets whether the cell text value should be with quote prefix (single quotation mark) or no.
    Syntax
    'Declaration
     
    
    Public Property QuotePrefix As Boolean
    public bool QuotePrefix {get; set;}
    See Also