menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InteriorArrayWrapper - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InteriorArrayWrapper

    Class that is created when user accesses the interior in a multicell range. Redirects all calls to the interiors of the individual cells.

    Inheritance
    System.Object
    CommonObject
    InteriorArrayWrapper
    Implements
    IParentApplication
    System.IDisposable
    IInterior
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class InteriorArrayWrapper : CommonObject, IParentApplication, IDisposable, IInterior

    Constructors

    InteriorArrayWrapper(IRange)

    Create new instance of object.

    Declaration
    public InteriorArrayWrapper(IRange range)
    Parameters
    Type Name Description
    IRange range

    Base range.

    Properties

    Color

    Returns or sets the cell shading color.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Color

    ColorIndex

    Returns or sets the color of the interior. The color is specified as an index value into the current color palette.

    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

    Returns gradient object.

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

    PatternColor

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

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

    PatternColorIndex

    Returns 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

    Methods

    BeginUpdate()

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

    Declaration
    public void BeginUpdate()

    EndUpdate()

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

    Declaration
    public void EndUpdate()

    Implements

    IParentApplication
    System.IDisposable
    IInterior
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved