Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / IsFirstSymbolApostrophe Property


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

    Property Value

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