Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LineFormatList Class / Add Method

In This Topic
    Add Method (LineFormatList)
    In This Topic
    Adds a new line format to the list.
    Syntax
    'Declaration
     
    Public Function Add() As LineFormat
    public LineFormat Add()

    Return Value

    The added LineFormat.
    See Also