Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / QuotePrefix Property


In This Topic
    QuotePrefix Property
    In This Topic
    Gets a value indicating whether the quote prefix is marked.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property QuotePrefix As Boolean
    'Usage
     
    
    Dim instance As StyleFormat
    Dim value As Boolean
     
    value = instance.QuotePrefix
    public bool QuotePrefix {get;}

    Property Value

    true if the quote prefix is marked; otherwise, false.
    See Also