'Declaration Public Property Behavior As SeqFieldBehavior
public SeqFieldBehavior Behavior {get; set;}
Default value is SeqFieldBehavior.Next.
If Bookmark property value is not a null reference (Nothing in Visual Basic) the value is SeqFieldBehavior.Bookmark.
'Declaration Public Property Behavior As SeqFieldBehavior
public SeqFieldBehavior Behavior {get; set;}
Exception | Description |
---|---|
GrapeCity.Documents.Word.PropertyNullOrWhiteSpaceException | Thrown when trying to set SeqFieldBehavior.Bookmark and property Bookmark is a null reference (Nothing in Visual Basic) or empty string. |