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


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

    Property Value

    true if this instance is style format; otherwise, false.
    See Also