ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.Boolean
    public System.bool QuotePrefix {get; set;}
    See Also