This document is archived and information here might be outdated. Recommended version. |
.
[Visual Basic .NET]
Public Property FillColor As Object
[C#]
public object FillColor {get; set;}
[C++]
HRESULT get_FillColor(
VARIANT pvtFillColor
);
[C++]
HRESULT put_FillColor(
Variant* pvtFillColor
);
[C++] Parameters pvtFillColor [in]
pvtFillColor is a parameter of type VARIANT pvtFillColor [out, retval]
pvtFillColor is a parameter of type VARIANT*