Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FormatScheme Class / Name Property

In This Topic
    Name Property (FormatScheme)
    In This Topic
    Gets or sets the name for the format scheme.

    The name is simply a human readable string which identifies the format scheme in the user interface.

    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}
    See Also