Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SeqFieldOptions Class / Id Property

In This Topic
    Id Property (SeqFieldOptions)
    In This Topic
    Gets or sets the name assigned to the series of items that are to be numbered.
    Syntax
    'Declaration
     
    Public Property Id As System.String
    public System.string Id {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when trying to set a null reference (Nothing in Visual Basic) or empty string.
    See Also