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. |