Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FillFormat Class / ApplyGroupFill Method

In This Topic
    ApplyGroupFill Method (FillFormat)
    In This Topic
    Sets the FillSource to GrapeCity.Documents.Word.FillSource.Group.

    Note that this is set even if the shape is not in a group.

    Syntax
    'Declaration
     
    Public Function ApplyGroupFill() As System.Boolean
    public System.bool ApplyGroupFill()

    Return Value

    True if this object is grouped (has a GroupShape parent), false otherwise.
    See Also