[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.SizingMode

SizingMode Enum

Represents the image dimensions.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum SizingMode
Public Enum SizingMode

Fields

Name Description
Custom

Displays the image according to a custom height and width.

Fill

Fills the entire cell with the image, ignoring aspect ratio.

Fit

Fits the image in the cell, maintaining the original aspect ratio.

Original

Maintains the original image size, which may exceed the bounds of the cell.