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

In This Topic
    Type Property (BuildingBlock)
    In This Topic
    Gets the the set of building block types. Each of these types can, based on their values, influence the visibility and behavior of the building block.
    Syntax
    'Declaration
     
    Public Property Type As BuildingBlockType
    public BuildingBlockType Type {get; set;}
    See Also