Sets the fill style to none. | |
Syntax: | object.None |
Description: | Sets the Type of the fill to
GefFillNone. Example: Sub FillFormat_None() Dim oCimObj As GefObject Dim oCimFillFmt As
GefFillFormat Set oCimObj = CimGetObject Set oCimFillFmt =
oCimObj.Fill oCimFillFmt.None CimGetScreen.Refresh False End Sub |