Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuildingBlock Class / InsertOptions Property

In This Topic
    InsertOptions Property
    In This Topic
    Gets or sets the set of insert options which shall be applied to the building block when it is added to the main document story. Since multiple insert options can be specified for a single building block, the sum total of all behaviors shall be used to insert the building block into the main document story.
    Syntax
    'Declaration
     
    Public Property InsertOptions As BuildingBlockInsertOptions
    public BuildingBlockInsertOptions InsertOptions {get; set;}
    See Also