[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BuildingBlockCollection.Remove

Remove Method

Remove(BuildingBlock)

Removes the specified building block from the collection.

Declaration
public bool Remove(BuildingBlock buildingBlock)
Public Function Remove(buildingBlock As BuildingBlock) As Boolean
Parameters
Type Name Description
BuildingBlock buildingBlock

The building block to remove.

Returns
Type Description
bool

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