Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ParagraphRevisionId Class / DefaultRunId Property

In This Topic
    DefaultRunId Property
    In This Topic
    Gets or sets a unique identifier used for all runs in this paragraph that do not explicitly declare their RevisionId values.
    Syntax
    'Declaration
     
    Public Property DefaultRunId As System.Integer
    public System.int DefaultRunId {get; set;}
    See Also