NativeExcel for .Net Developer's Reference

IPicture.TransparentColorDefined Property

Gets or sets a value that indicates whether the transparent color is defined.

[Visual Basic]
Property ReadOnly TransparentColorDefined As Boolean
[C#]
bool TransparentColorDefined { get; }
[C++]
__property bool get_TransparentColorDefined();
[JScript]
function get TransparentColorDefined() : bool

Property Value

true if the transparent color is defined; otherwise, false.

See Also

IPicture Interface | NativeExcel Namespace