ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetSheetSettings - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetSheetSettings

    Inheritance
    System.Object
    SpreadsheetSheetSettings
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SpreadsheetSheetSettings

    Constructors

    SpreadsheetSheetSettings()

    Declaration
    public SpreadsheetSheetSettings()

    Properties

    ColCount

    Gets or sets the column count.

    Declaration
    [JsonProperty("colCount")]
    public int ColCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The column count.

    RangeSettings

    Gets or sets the range settings.

    Declaration
    [JsonProperty("rangeSettings")]
    public RangeSetting RangeSettings { get; set; }
    Property Value
    Type Description
    RangeSetting

    The range setting.

    RowCount

    Gets or sets the row count.

    Declaration
    [JsonProperty("rowCount")]
    public int RowCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The row count.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved