menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BorderImplArrayWrapper - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BorderImplArrayWrapper

    This class represents border for multicell range.

    Inheritance
    System.Object
    CommonObject
    BorderImplArrayWrapper
    Implements
    System.IDisposable
    IBorder
    IParentApplication
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    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)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class BorderImplArrayWrapper : CommonObject, IDisposable, IBorder, IParentApplication

    Constructors

    BorderImplArrayWrapper(IRange, ExcelBordersIndex)

    Creates wrapper for specified range and border index.

    Declaration
    public BorderImplArrayWrapper(IRange range, ExcelBordersIndex index)
    Parameters
    Type Name Description
    IRange range

    Range for which this wrapper is created.

    ExcelBordersIndex index

    Border index.

    BorderImplArrayWrapper(List<IRange>, ExcelBordersIndex, IApplication)

    Creates wrapper for specified range and border index.

    Declaration
    public BorderImplArrayWrapper(List<IRange> lstRange, ExcelBordersIndex index, IApplication application)
    Parameters
    Type Name Description
    System.Collections.Generic.List<IRange> lstRange
    ExcelBordersIndex index

    Border index.

    IApplication application

    Properties

    Color

    Returns or sets the primary color of the object. Read/write ExcelKnownColors.

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

    ColorObject

    Returns or sets the primary color of the object, as shown in the following table. Use the RGB function to create a color value.

    Declaration
    public ColorObject ColorObject { get; }
    Property Value
    Type
    ColorObject

    ColorRGB

    Returns or sets the primary color of the object, as shown in the following table. Use the RGB function to create a color value. Read/write Long.

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

    LineStyle

    Returns or sets the line style for the border. Read/write ExcelLineStyle.

    Declaration
    public ExcelLineStyle LineStyle { get; set; }
    Property Value
    Type
    ExcelLineStyle

    ShowDiagonalLine

    This property is used only by Diagonal borders. For any other border index property will have no influence.

    Declaration
    public bool ShowDiagonalLine { get; set; }
    Property Value
    Type
    System.Boolean

    Implements

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