Previous Document Next Document

Object Model Reference : Classes : F : Fill : Methods : Fill.ApplyNoFill


Fill.ApplyNoFill

Sub ApplyNoFill()

Description

Member of Fill

The ApplyNoFill method removes the fill from an object, leaving it unfilled.

VBA example

The following VBA example removes the fill from the currently selected objects.

Sub Test()
 ActiveSelection.Fill.ApplyNoFill
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.