Excel for WinRT
ImageScaling Enumeration


Specifies how images are scaled within spreadsheet cells.
Syntax
'Declaration
 
Public Enum ImageScaling 
   Inherits System.Enum
'Usage
 
Dim instance As ImageScaling
public enum ImageScaling : System.Enum 
Members
MemberDescription
ClipImages are clipped to fit within the cell.
NoneImages are rendered in their original size, regardless of cell size.
ScaleImages are scaled to fill the cell while preserving their original aspect ratio.
StretchImages are stretched to fill the cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Excel.ImageScaling

See Also

Reference

C1.Xaml.Excel Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback