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

In This Topic
    Aliases Property
    In This Topic
    Gets the collection of alternative names for the style. These names can be used in an application's user interface as desired.
    Syntax
    'Declaration
     
    Public ReadOnly Property Aliases As AliasCollection
    public AliasCollection Aliases {get;}
    See Also