menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetCellBorderBuilder<T>

    Show / Hide Table of Contents

    Class SpreadsheetCellBorderBuilder<T>

    Specifies the class for CellBorder builder.

    Inheritance
    System.Object
    SpreadsheetCellBorderBuilder<T>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SpreadsheetCellBorderBuilder<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    SpreadsheetCellBorderBuilder(Sheet)

    Initializes a new instance of the SpreadsheetCellBorderBuilder<T> class.

    Declaration
    public SpreadsheetCellBorderBuilder(Sheet sheet)
    Parameters
    Type Name Description
    Sheet sheet

    The sheet.

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    Specifies the color for CellBorder.

    Declaration
    public SpreadsheetCellBorderBuilder<T> Color(string color)
    Parameters
    Type Name Description
    System.String color

    The color for CellBorder.

    Returns
    Type Description
    SpreadsheetCellBorderBuilder<T>

    Range(String)

    Specifies the range for CellBorder.

    Declaration
    public SpreadsheetCellBorderBuilder<T> Range(string range)
    Parameters
    Type Name Description
    System.String range

    The range for CellBorder.

    Returns
    Type Description
    SpreadsheetCellBorderBuilder<T>

    Type(SpreadsheetBorderType)

    Specifies the type for CellBorder.

    Declaration
    public SpreadsheetCellBorderBuilder<T> Type(SpreadsheetBorderType type)
    Parameters
    Type Name Description
    SpreadsheetBorderType type
    Returns
    Type Description
    SpreadsheetCellBorderBuilder<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved