Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuildingBlockCollection Class / Remove Method
The building block to remove.

In This Topic
    Remove Method (BuildingBlockCollection)
    In This Topic
    Removes the specified building block from the collection.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal buildingBlock As BuildingBlock _
    ) As System.Boolean
    public System.bool Remove( 
       BuildingBlock buildingBlock
    )

    Parameters

    buildingBlock
    The building block to remove.

    Return Value

    true if the specified building block is removed; otherwise false.
    See Also