menu

Document Processing

InteriorWrapper Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    InteriorWrapper Class

    Summary description for GradientWrapper.

    Inheritance
    System.Object
    CommonWrapper
    InteriorWrapper
    Implements
    ICloneParent
    IInterior
    IOptimizedUpdate
    Inherited Members
    CommonWrapper.BeginCallsCount
    CommonWrapper.Clone(Object)
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class InteriorWrapper : CommonWrapper, ICloneParent, IInterior, IOptimizedUpdate

    Constructors

    InteriorWrapper()

    Creates new interior wrapper.

    Declaration
    public InteriorWrapper()

    InteriorWrapper(ExtendedFormatImpl)

    Creates new interior wrapper.

    Declaration
    public InteriorWrapper(ExtendedFormatImpl format)
    Parameters
    Type Name Description
    ExtendedFormatImpl format

    Extended format.

    Properties

    Color

    Gets or sets the cell shading color.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Drawing.Color

    ColorIndex

    Gets or sets the color of the interior as an index value.

    Declaration
    public ExcelKnownColors ColorIndex { get; set; }
    Property Value
    Type
    ExcelKnownColors

    FillPattern

    Gets / Sets fill pattern.

    Declaration
    public ExcelPattern FillPattern { get; set; }
    Property Value
    Type
    ExcelPattern

    Gradient

    Gets gradient object for this extended format. Read-only.

    Declaration
    public IGradient Gradient { get; }
    Property Value
    Type
    IGradient

    PatternColor

    Gets or sets the color of the interior pattern as an Color value.

    Declaration
    public Color PatternColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    PatternColorIndex

    Gets or sets the color of the interior pattern as an index into the current color palette.

    Declaration
    public ExcelKnownColors PatternColorIndex { get; set; }
    Property Value
    Type
    ExcelKnownColors

    Wrapped

    Returns wrapped interior. Read-only.

    Declaration
    public ExtendedFormatImpl Wrapped { get; }
    Property Value
    Type
    ExtendedFormatImpl

    Methods

    BeginUpdate()

    This method should be called before several updates to the object will take place.

    Declaration
    public override void BeginUpdate()
    Overrides
    CommonWrapper.BeginUpdate()

    EndUpdate()

    This method should be called after several updates to the object took place.

    Declaration
    public override void EndUpdate()
    Overrides
    CommonWrapper.EndUpdate()

    Events

    AfterChangeEvent

    Event raised after wrapped font changed.

    Declaration
    public event EventHandler AfterChangeEvent
    Event Type
    Type
    System.EventHandler

    Implements

    ICloneParent
    IInterior
    IOptimizedUpdate
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved