Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / Group Method


In This Topic
    Group Method (IFillFormat)
    In This Topic
    Fills the shape with its parent group shape's fill.
    Syntax
    'Declaration
     
    
    Sub Group() 
    'Usage
     
    
    Dim instance As IFillFormat
     
    instance.Group()
    void Group()
    Remarks
    Current fill will be kept if the shape has no parent group shape.
    See Also