Object Model Reference : Classes : F : Fill : Methods : Fill.ApplyNoFill |
Sub ApplyNoFill()
Member of Fill
The ApplyNoFill method removes the fill from an object, leaving it unfilled.
The following VBA example removes the fill from the currently selected objects.
Sub Test() |
ActiveSelection.Fill.ApplyNoFill |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.