Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Style Class / InUse Property

In This Topic
    InUse Property
    In This Topic
    Get a value indicating whether the built-in style has been modified or applied in the document or it is a new style that has been created in the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property InUse As System.Boolean
    public System.bool InUse {get;}
    See Also