Spread WPF 16
GrapeCity.Excel Namespace / IExtendedFormat Interface / IsFirstSymbolApostrophe Property


In This Topic
    IsFirstSymbolApostrophe Property (IExtendedFormat)
    In This Topic
    Gets or sets a value indicating whether this instance is first symbol apostrophe.
    Syntax
    'Declaration
     
    Property IsFirstSymbolApostrophe As Boolean
    'Usage
     
    Dim instance As IExtendedFormat
    Dim value As Boolean
     
    instance.IsFirstSymbolApostrophe = value
     
    value = instance.IsFirstSymbolApostrophe
    bool IsFirstSymbolApostrophe {get; set;}

    Property Value

    true if this instance is first symbol apostrophe; otherwise, false.
    See Also