menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetBorderBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetBorderBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    SpreadsheetBorderBuilder
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SpreadsheetBorderBuilder : ControlBuilder

    Constructors

    SpreadsheetBorderBuilder()

    Declaration
    public SpreadsheetBorderBuilder()

    SpreadsheetBorderBuilder(SpreadsheetBorder)

    Declaration
    public SpreadsheetBorderBuilder(SpreadsheetBorder model)
    Parameters
    Type Name Description
    SpreadsheetBorder model

    Methods

    Color(String)

    The color of the border that accepts value in hex and rgba as a valid CSS color string.

    Declaration
    public SpreadsheetBorderBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    SpreadsheetBorderBuilder

    Width(Double)

    The width of the border in pixels.

    Declaration
    public SpreadsheetBorderBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    SpreadsheetBorderBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved