Excel for WPF and Silverlight
XLPictureViewType Enumeration

C1.WPF.Excel Namespace : XLPictureViewType Enumeration
Specifies how images should be displayed (color, grayscale, or black and white).
Syntax
'Declaration
 
Public Enum XLPictureViewType 
   Inherits System.Enum
public enum XLPictureViewType : System.Enum 
Members
MemberDescription
AutoDisplay the image using the image's own color information.
BlackAndWhiteDisplay the image in black and white.
GrayScaleDisplay the image in grayscale.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Excel.XLPictureViewType

See Also

Reference

C1.WPF.Excel Namespace