Sets the Type of this GefColorFormat to gefColorInvisible. | |
Syntax: | object.MakeInvisible |
Description: | This corresponds to the "None" color in the
Special tab of the color picker. Example: Sub ColorFormat_MakeInvisible() Dim oCimColorFmt As
GefColorFormat Set oCimColorFmt =
CimGetObject.ColorFormat oCimColorFmt.MakeInvisible End Sub |